Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #255
| Newsgroups | comp.sys.acorn.programmer |
|---|---|
| Subject | What happened to LIBRARY LOCAL? |
| Date | 2011-04-29 14:44 +0100 |
| From | "Richard Russell" <news@rtrussell.co.uk> |
| Message-ID | <op.vupcgvdvn5ksl5@richard> (permalink) |
| Organization | Zen Internet |
I've got a document entitled 'Basic V Guide' which evidently originates
from Acorn and describes ARM BASIC 5 in some detail; it might even have
been written by Sophie. Included in the document is a detailed
description of a LIBRARY LOCAL statement:
-----------------------------------------------------------------
LIBRARY LOCAL is used to define variables and arrays that will be
private to a library. Only the library will be able to reference
these variables and arrays.
The syntax of the statement is as follows:
LIBRARY LOCAL <list of variables and arrays>
where <list of variable and arrays> is a list of variable and
array names separated by commas, for example:
LIBRARY LOCAL abc%, def%, ghi$, jkl(), mno(), pqr$()
-----------------------------------------------------------------
It continues in the same vein for another page or so, with many examples.
I am not aware of any released version of BASIC 5 incorporating this
statement, but judging by the amount of information in the document the
implementation must have been worked out in considerable detail. Does
anybody know the history behind this?
Richard.
http://www.rtrussell.co.uk/
Back to comp.sys.acorn.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
What happened to LIBRARY LOCAL? "Richard Russell" <news@rtrussell.co.uk> - 2011-04-29 14:44 +0100
Re: What happened to LIBRARY LOCAL? Matthew Wightman <matthew.wightman@gmail.com> - 2011-04-29 22:32 +0100
Re: What happened to LIBRARY LOCAL? "Richard Russell" <news@rtrussell.co.uk> - 2011-04-30 10:33 +0100
Re: What happened to LIBRARY LOCAL? Matthew Wightman <matthew.wightman@gmail.com> - 2011-04-30 11:09 +0100
csiph-web