Hi Eric, > Is there a way to have something similar to 'read' in Pilog?
Here too some Lisp function must be called. However, it depends what you mean with "read": You can call the 'read' function which reads s-expressions in Lisp syntax (or lists of tokens when called with an additional arguments), or the lower-level 'char', 'line', 'till' etc. functions. Or even 'rd' for binary or PLIO reading. ♪♫ Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
