about summary refs log tree commit diff stats
path: root/doc/bane.20.cdr15.md
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2020-08-21 23:57:52 +0100
committerDarren Bane <darren.bane@gmail.com>2020-08-21 23:57:52 +0100
commitd737f1ab887c1d3e7b97cfaa443e6037d5f53c5b (patch)
tree779782540833971a982888c1662c0519d1838dd3 /doc/bane.20.cdr15.md
parente6931993d7193b60881d0303110974b6af6af852 (diff)
downloadlsp-d737f1ab887c1d3e7b97cfaa443e6037d5f53c5b.tar.gz
Chose a project
Diffstat (limited to 'doc/bane.20.cdr15.md')
-rw-r--r--doc/bane.20.cdr15.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bane.20.cdr15.md b/doc/bane.20.cdr15.md
index d27fd47..844eaee 100644
--- a/doc/bane.20.cdr15.md
+++ b/doc/bane.20.cdr15.md
@@ -24,6 +24,7 @@ Write an ISLisp program, making the following adaptations:
 | ----------------- | ------------------- |
 | (class x)         | (find-class 'x)     |
 | create            | make-instance       |
+| defglobal         | defvar              |
 | for               | do                  |
 | quotient          | /                   |
 | (standard-output) | *standard-output*   |