get function
- Posted by penpal0andrew May 13, 2011
- 1297 views
I am returning to Euphoria after some time, and my original program used a function called get to read a file, and it would read records of the form {1,2,3} which were created by the print function, and build it into a sequence internally of those numbers.
Does this function still exist? If so, where?