1
0
mirror of synced 2026-05-04 07:09:35 +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