RosettaCodeData/Task/Comments/OoRexx/comments.rexx

10 lines
262 B
Rexx
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
/*
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) */