about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2020-08-30 15:32:05 +0100
committerDarren Bane <darren.bane@gmail.com>2020-08-30 15:32:05 +0100
commit4e68c5a3613c8fad09a3bb155222f9d0bd1209e1 (patch)
treeb6b6f57f10b2a0e1c95a4212db1d2ca98de4774b /doc
parentd737f1ab887c1d3e7b97cfaa443e6037d5f53c5b (diff)
downloadlsp-4e68c5a3613c8fad09a3bb155222f9d0bd1209e1.tar.gz
Making changes
Diffstat (limited to 'doc')
-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 844eaee..bb25021 100644
--- a/doc/bane.20.cdr15.md
+++ b/doc/bane.20.cdr15.md
@@ -22,6 +22,7 @@ Write an ISLisp program, making the following adaptations:
 
 | ISLisp            | CL                  |
 | ----------------- | ------------------- |
+| (:abstractp t)    | (:metaclass <abstract-class>) |
 | (class x)         | (find-class 'x)     |
 | create            | make-instance       |
 | defglobal         | defvar              |