rexx-things/projects/oorexx/one-plus1.rex

5 lines
85 B
Rexx

/* Rexx */
Say '1'+ "1" + 1 + d2c(49)
Say "8.4" / (3.1 - '2') * (D2C(57) + D2C(53))