PUT#

Syntax:

PUT #<logical_file_number>, <value>

The PUT# command outputs a single numeric value to a file that was previously open using the OPEN command. Writing numeric values to a file using PUT# instead of PRINT# is more efficient space and speedwise because PUT# stores numbers as binary data, whereas PRINT# stores numeric values as strings.