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
Attempting to compile with this code uncommented causes an error with
Debugging? (Y or N): [error MDL0200] z6.zil:19: calling unassigned atom: TYI
in SET called at z6.zil:19
in REPEAT called at z6.zil:17
This is an atom from MDL, from the manual:
<TYI 〈terminal-input:channel〉>
returns one CHARACTER from 〈channel〉 (optional, .INCHAN by default) when it is typed, rather than after $ (ESC) is typed, as is the case with READCHR. The following example echos input characters as their ASCII values, until a carriage-return is typed:
Spellbreaker's
Z6.ZIL
has this commented-out codeAttempting to compile with this code uncommented causes an error with
This is an atom from MDL, from the manual:
The text was updated successfully, but these errors were encountered: