Calendar - for "REAL" programmers: Difference between revisions

Content added Content deleted
(Add Ruby.)
m (→‎{{header|Ruby}}: Delete a space for good style.)
Line 502: Line 502:
_PROGRAM = ARGV.SHIFT
_PROGRAM = ARGV.SHIFT
_PROGRAM || ABORT("USAGE: #{$0} PROGRAM.RB ARGS...")
_PROGRAM || ABORT("USAGE: #{$0} PROGRAM.RB ARGS...")
LOAD ($0 = _PROGRAM)</lang>
LOAD($0 = _PROGRAM)</lang>


* <code>CAL.RB</code> is an UPPERCASE RUBY translation of [[Calendar#Ruby]].
* <code>CAL.RB</code> is an UPPERCASE RUBY translation of [[Calendar#Ruby]].