Skip to content
Snippets Groups Projects
Commit 96469c6d authored by deuce's avatar deuce
Browse files

It appears that readspecial sends a newline.

parent 6b281ddf
No related branches found
No related tags found
No related merge requests found
......@@ -1465,6 +1465,7 @@ function run_ref(sec, fname)
ch = args[1].substr(0, 1);
} while (args[1].indexOf(ch) === -1);
setvar(args[0], ch);
sln('');
},
'goto':function(args) {
// NOTE: This doesn't use getvar() because GREEN.REF has 'do goto bank'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment