true - was just trying to keep with the old BASIC syntax. I think PRINT supports writing to "a handle" like this:

PRINT <expr>
PRINT #n <expr>

where n is a FileHandle from Open().

Agreed though.