snobol4ezio - Man Page
SNOBOL4 easy to use file I/O
Synopsis
-include 'ezio.sno' EZINPUT(name, filename[, options]) EZOUTPUT(name, filename[, options]) EZUPDATE(name, filename[, options]) EZCLOSE(name)
Description
This library provides I/O functions that avoid the need to specify a "unit number" (an artifact of Macro SNOBOL4 having been originally written to use native FORTRAN runtime code for I/O functions).
name is a SNOBOL4 NAME (.VARIABLE) or STRING (note: if a NAME, it may be forced to upper case depending on the setting of case folding). filename is a STRING specifying a filename. options is a STRING specifying I/O options (see snobol4io(1)).
See Also
Referenced By
snobol4(1), snobol4io(1), snolib(3).
March 31, 2022 CSNOBOL4B 2.3.1 CSNOBOL4 Manual