1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 09:48:45 +10:00
collapseos/blk/442
2020-04-25 21:54:07 -04:00

12 lines
172 B
Plaintext

( EMIT is needed for this unit to compile )
: (print)
BEGIN
C@+ ( a+1 c )
( exit if null )
DUP NOT IF 2DROP EXIT THEN
EMIT ( a )
AGAIN
;