SubL Functions

From Public Domain Knowledge Bank
Revision as of 16:14, 28 September 2016 by DavidWhitten (talk | contribs) (Created page with "SubL Functions are basically Lisp Functions. For example you can retrieve their values with the symbol-value function. CYC(n): (symbol-value '*the-cyclist*) [Time:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SubL Functions are basically Lisp Functions.

For example you can retrieve their values with the symbol-value function.

CYC(n): (symbol-value '*the-cyclist*)
[Time: 26.965 µsecs]
#$DavidWhitten