Files
gw-basic-2026/tests/expected/misc_stmts.expected
Eremey Valetov 612d3972dc Implement remaining statement/function gaps: RESET, ENVIRON/ENVIRON$, ERDEV/ERDEV$, IOCTL/IOCTL$, LCOPY, DATE$/TIME$ assignment, CALL, COM
Closes the last unimplemented extended statement tokens. ENVIRON uses
putenv/getenv for real environment variable access. DATE$/TIME$
assignment is accepted but silently ignored (no system clock modification).
ERDEV/ERDEV$/IOCTL$/PEN return stub values (no real device hardware).
CALL/CALLS raise Illegal function call. COM event trapping silently
accepted.
2026-03-28 18:48:38 -04:00

14 lines
129 B
Plaintext

RESET OK
ENVIRON$=hello123
EMPTY=.
ERDEV= 0
ERDEV$=.
IOCTL$=.
LCOPY OK
DATE$ SET OK
TIME$ SET OK
FRE OK
COM OK
MOTOR OK
ALL DONE