Talk:Flow-control structures: Difference between revisions

→‎REXX Exit: Should Call On be described?
(→‎REXX Exit: new section)
(→‎REXX Exit: Should Call On be described?)
Line 38:
This sentence is incorrect (if the program with the exit is an external program)
<br>"If the invoking program is a REXX program, it also is terminated."
<br>consider
<lang rexx>/* Caller */
say 'I am the Caller'
Line 53:
and back in Caller. Got 4711 from Called</pre>
--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 09:24, 17 December 2013 (UTC)
: And an additional idea/question: ooRexx has Call on exception handling (similar to Signal On). Do other Rexxes have that too?? --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 09:28, 17 December 2013 (UTC)
2,295

edits