bbc-basic: '*ARGV*' support when running under RISC OS.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 11 May 2019 14:36:57 +0000 (15:36 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 18 May 2019 04:48:32 +0000 (05:48 +0100)
commita445b49927248040b0ef0848888b9421ccda06ed
tree8f23b63ee06f52c2de8612f84a11ab8f284c1d8f
parentcbc6f3fb23da6da38611483d8f7a02d49080db64
bbc-basic: '*ARGV*' support when running under RISC OS.

This uses OS_GetEnv to get the command line, and OS_GSTrans to split it
into words, discarding the usual prefix for a BASIC program.
bbc-basic/step6_file.bbc
bbc-basic/step7_quote.bbc
bbc-basic/step8_macros.bbc
bbc-basic/step9_try.bbc