RosettaCodeData/Task/Comments/OoRexx/comments.rexx
2017-09-25 22:28:19 +02:00

9 lines
262 B
Rexx

/*
Multi-line comment block
*/
-- this type of comment works in ooRexx, NetRexx and some of the more popular REXX implementations like Regina
hour = 0 -- which is, like midnight, dude.
hour = 12 /* time for lunch! works as well (and really everywhere) */