Jump to content

Finite state machine: Difference between revisions

m
→‎REXX version 2: remove a line that was left in the pgm
(→‎{{header|REXX}}: add version 2 for any REXX)
m (→‎REXX version 2: remove a line that was left in the pgm)
Line 1,048:
90: say "Dispensed" /*display what action just happened. */
signal 110 /*go and process another option. */
/* [?] above statement isn't needed. */
110: k=inkey('R (remove)','R');
if k=="R" then signal 10 /*Is response a "R" ? Then remove it. */
2,299

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.