RosettaCodeData/Task/Comments/REXX/comments-1.rexx
2023-07-01 13:44:08 -04:00

3 lines
133 B
Rexx

/*REXX program that demonstrates what happens when dividing by zero. */
y=7
say 44 / (7-y) /* divide by some strange thingy.*/