1
0
mirror of synced 2026-05-05 07:34:31 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/WRITEFILE-REGRESSION.TEST

4 lines
103 B
Plaintext

(do-test "WRITEFILE closes its file once"
(il:writefile '((plus 2 3)(times 4 5)) '{dsk}foofile))
STOP