Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,2 @@
(foo)
(bar 1 'arg 2 'mumble)

View file

@ -0,0 +1,2 @@
(mapc println Lst) # The value of 'printlin' is a number
(apply '((A B C) (foo (+ A (* B C)))) (3 5 7)) # A list is passed

View file

@ -0,0 +1 @@
(setq A (+ 3 4) B (* 3 4))