RosettaCodeData/Task/Literals-String/REXX/literals-string-2.rexx
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
60 B
Rexx

amount = 100
result = "You got" amount "points."
say result