about summary refs log tree commit diff stats
path: root/doc/bane.20.cdr15.md
diff options
context:
space:
mode:
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*   |