From 2ea8cbe6211791deb824d03ed6a6134742732caa Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 5 Aug 2021 01:10:08 -0400 Subject: [PATCH] z: update comments --- basic/z/z.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/basic/z/z.c b/basic/z/z.c index e337c1a4..54dc6047 100644 --- a/basic/z/z.c +++ b/basic/z/z.c @@ -1,3 +1,11 @@ +/* by qkumba */ + +/* plaintext machine language for 6+2 encoding suitable for basic bot */ + +/* unfortunately the tokenizer has apple II enhanced behavior */ +/* where lowercase letters outside of quotes/rem are uppercased */ + + #include //#include #include