SubL Functions

From Public Domain Knowledge Bank
Jump to: navigation, search

SubL Functions are basically Lisp Functions. see https://www.tutorialspoint.com/lisp/lisp_variables.htm

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

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