Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Comments/OoRexx/comments.rexx
Normal file
9
Task/Comments/OoRexx/comments.rexx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
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) */
|
||||
Loading…
Add table
Add a link
Reference in a new issue