RosettaCodeData/Task/Comments/OoRexx/comments.rexx
2023-07-01 13:44:08 -04: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) */