# E sample from # http://wiki.erights.org/wiki/Walnut/Ordinary_Programming/InputOutput #File objects for hardwired files: def file1 := def file2 := #Using a variable for a file name: def filePath := "c:\\docs\\myFile.txt" def file3 := [filePath] #Using a single character to specify a Windows drive def file4 := def file5 := def file6 :=