in reply to Re: Is print faster than syswrite?
in thread Is print faster than syswrite?

print is the system library, which uses a buffer.

Which is defeated by closing the file after every print. ( Missed the infinite loop )