Modulinos: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: clarify 'command line')
Line 1,503: Line 1,503:
└────────────────────────────────────────────────┘ */
└────────────────────────────────────────────────┘ */
say 'and away we go ...'</lang>
say 'and away we go ...'</lang>
Note:
Actually another program can invoke the above (ma.rex) as a command:
<lang>'rexx ma'</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==