You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regarding to my discussion here I believe bREXX behaves incorrectly when executing the PARSE EXTERNAL statement.
I am trying to get input from the user, but I already have data on the stack. So PARSE PULL will use the data from the stack and will not prompt the user. This should be solved by PARSE EXTERNAL.
t bug exec
/* REXX */PARSE EXTERNALINPUTSAY"GOT > "INPUT/* TO PUT SOME DATA ON THE STACK */'IDENTIFY ( LIFO'PARSE EXTERNALINPUTSAY"GOT > "INPUTPARSE PULLNAMEDUMMYSAY"I'AM "NAME
Hey together,
regarding to my discussion here I believe bREXX behaves incorrectly when executing the
PARSE EXTERNAL
statement.I am trying to get input from the user, but I already have data on the stack. So
PARSE PULL
will use the data from the stack and will not prompt the user. This should be solved byPARSE EXTERNAL
.t bug exec
with bREXX it looks like:
but it should be like this:
The text was updated successfully, but these errors were encountered: