|
|
|
readListFlatRaw
reads a complete file and output its contents as one big list. This is mostly useful for parsing files.
Example:
openRead "box.lg setReader "box.lg show readListFlatRaw |
[to box repeat 4 [ fd 100 rt 90 ] rt 30 end ] |
setReader [] close "box.lg |
|
|
|