RosettaCodeData/Task/Literals-String/REXX/literals-string-2.rexx
2023-07-01 13:44:08 -04:00

3 lines
60 B
Rexx

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