From 9f0289b5d6e952ed65a756c95a3e38d0bd0710c7 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 1 Aug 2024 09:00:26 -0700 Subject: [PATCH] Typo --- doc/DRAWL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DRAWL.md b/doc/DRAWL.md index 11b5075..0b02850 100644 --- a/doc/DRAWL.md +++ b/doc/DRAWL.md @@ -5,7 +5,7 @@ LISP interpreted on a bytecode VM running on a 1 MHz 6502 is going to be sssllll ## Missing features of LISP 1.5 in DRAWL - Minimal I/O facilities -- Properrty lists. Only DEFINE() and CSETQ()/CSET() property functions supported +- Property lists. Only DEFINE() and CSETQ()/CSET() property functions supported - General recursion. The 6502 architecture limits recursion (but see tail recursion below), so don't expect too much here - Many of the built-in functions from the LISP 1.5 manual. Most can be coded in LISP and loaded at startup