Flow-control structures: Difference between revisions

m
→‎signal: added more panache to a REXX statement. -- ~~~~
m (→‎call: adjusted the number of omitted arguments. -- ~~~~)
m (→‎signal: added more panache to a REXX statement. -- ~~~~)
Line 1,872:
signal on novalue
...
x=oopsay+1 /* ◄─── this is it.*/
x=oopsay+1
exit
 
Line 1,897:
 
the REXX statement is:
x=oopsay+1 /* ◄─── this is it.*/
x=oopsay+1
 
which code: NOVALUE error