Add types for kRead and kPrint

This commit is contained in:
Hikaru Ikuta 2022-01-06 07:07:13 +09:00
parent 1136e5752e
commit 829ed4f398

View file

@ -309,6 +309,8 @@ Eval: test %ax,%ax # Eval(e:ax,a:dx):ax
1: .ascii " SECTORLISP v2 "
.word 0xAA55
2: .type .sig,@object
.type kRead,@object
.type kPrint,@object
.type kQuote,@object
.type kCond,@object
.type kAtom,@object