RosettaCodeData/Task/Literals-String/REXX/literals-string-2.rexx

4 lines
60 B
Rexx
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
amount = 100
result = "You got" amount "points."
say result