We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f160a commit 1145a34Copy full SHA for 1145a34
1 file changed
src/cmdline.bas
@@ -39,7 +39,8 @@ NewPtr = 0
39
' Shows file error
40
'
41
PROC FileError
42
- ? "FILE ERROR: "; err()
+ i = err()
43
+ ? "FILE ERROR: "; i
44
put $FD
45
? "Press any key to exit."
46
close #1
0 commit comments