We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bREXX 1.0.1 SIGNAL VALUE varname raises ERROR 16.1 'Label "var_value" not found', even though the label exists. VM/SP 5 works.
SIGNAL VALUE varname
Test case:
/* */ trace i var = 'my_label' signal value var say 'How did I get here?' exit 0 my_label: say 'I got here!' exit 0
bREXX 1.0.1:
doit 3 *-* var = 'my_label' >L> "my_label" 4 *-* signal value var >V> "my_label" 4 *-* signal value var Error 16.1 running doit, line 4: Label "my_label" not found Ready(20016);
VM/SP 5:
doit 3 *-* var = 'my_label' >L> "my_label" 4 *-* signal value var >V> "my_label" 8 *-* my_label: 9 *-* say 'I got here!' >L> "I got here!" I got here! 10 *-* exit 0 >L> "0" Ready; T=0.01/0.01 09:14:53
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bREXX 1.0.1
SIGNAL VALUE varname
raises ERROR 16.1 'Label "var_value" not found', even though the label exists.VM/SP 5 works.
Test case:
bREXX 1.0.1:
VM/SP 5:
The text was updated successfully, but these errors were encountered: