RosettaCodeData/Task/Comments/REXX/comments-1.rexx
2016-12-05 22:15:40 +01: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.*/