Author Topic: Open read-only with code ...  (Read 4147 times)

0 Members and 1 Guest are viewing this topic.

Lee Mac

  • Seagull
  • Posts: 12926
  • London, England
Re: Open read-only with code ...
« Reply #15 on: August 30, 2010, 01:26:10 PM »
'file' is just a symbol to represent the single argument taken by the OpenAsReadOnly function, when you call this function with valid argument data (a filename string), the symbol 'file' now points to that string wherever it is referenced in that function.

I'm not too good at explaining things, but perhaps this will help:

http://www.bookshelf.jp/texi/onlisp/onlisp_3.html#SEC14

It is written for Common LISP, but the logic still applies.

Lee