====== WRITE ====== ===== Syntax ===== WRITE # filenum, value [, .... ] WRITE value [, .... ] ===== Description ===== Outputs value to a file. Strings are quoted and each value is separated by a comma. Outputs value to the screen. Strings are quoted and each value is separated by a comma.