i1 : "test-file" << "hi there" << close o1 = test-file o1 : File |
i2 : get "test-file" o2 = hi there |
i3 : removeFile "test-file" |
i4 : get "!date" o4 = Tue 23 Nov 2021 10:39:59 AM CST |
The object get is a compiled function.