Difference between revisions of "SubL Functions"

From Public Domain Knowledge Bank
Jump to: navigation, search
(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:...")
 
Line 5: Line 5:
 
  CYC(n): (symbol-value '[[*the-cyclist*]])
 
  CYC(n): (symbol-value '[[*the-cyclist*]])
 
  [Time: 26.965 µsecs]
 
  [Time: 26.965 µsecs]
  #$DavidWhitten
+
  [[#$DavidWhitten]]

Revision as of 16:15, 28 September 2016

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