René Vincent Jansen
René Vincent Jansen
tested & working.
maybe factor in https://github.com/adesutherland/CREXX/discussions/264 because using an exposed variable from main() also needs to be possible without an ARG
``` /* test empty say */ options levelb say "now follows an empty say:" say say "this was an empty say:" return 'string' ``` still gives: ``` Error @ 6:8...
in addition to the previous: it seems that return 0 (or another number) is still mandatory; sources won't compile without it. Code that runs off the end should implicitly return...
my vote is for (2) in the short term and (4) in the long run Java cannot return from main - my primary use case (I admit that frankly) is...
'normally' - on Classic Rexx - what is returned with a return statement goes into the RESULT variable (when called from an exec) and what is returned to the OS...
I still think EXIT should be in charge of returning returncodes and ‘return’ should be able to return a string in RESULT when called by another module - even when...
But if that is awkward we could document the difference and leave it like this.
In classic rexx it is possible to have a program file hang around in a directory or concatenation and call that from another program or use it by itself -...
Peter, as this is millicode, I think this is a good one for you to look at.