Tagged Questions
0
votes
2answers
70 views
Passing quoted arguments to a REBOL 3 script
I've found it almost impossible to pass quoted arguments (containing spaces) to REBOL 3 scripts. For example:
rebol -q script.r "foo bar" 40
If you examine system/script/args, it contains the ...