1SNOBOL4EZIO(3) CSNOBOL4 Manual SNOBOL4EZIO(3)
2
3
4
6 snobol4ezio - SNOBOL4 easy to use file I/O
7
9 -include 'ezio.sno'
10
11 EZINPUT(name, filename[, options])
12 EZOUTPUT(name, filename[, options])
13 EZUPDATE(name, filename[, options])
14 EZCLOSE(name)
15
17 This library provides I/O functions that avoid the need to specify a
18 "unit number" (an artifact of Macro SNOBOL4 having been originally
19 written to use native FORTRAN runtime code for I/O functions).
20
21 name is a SNOBOL4 NAME (.VARIABLE) or STRING (note: if a NAME, it may
22 be forced to upper case depending on the setting of case folding).
23 filename is a STRING specifying a filename. options is a STRING
24 specifying I/O options (see snobol4io(1)).
25
27 snobol4(1), snobol4io(1)
28
29
30
31CSNOBOL4B 2.3.1 March 31, 2022 SNOBOL4EZIO(3)