1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

uxntal: Fix comment about what exactly is printed (#5274)

This commit is contained in:
Jan-Erik Rediger
2025-03-15 16:40:50 +01:00
committed by GitHub
parent f3f4d310c8
commit 43882f8909

View File

@@ -134,7 +134,7 @@ POP2 ( pop a short )
#3a #30
@loop
DUP EMIT ( print "123456789" to console )
DUP EMIT ( print "0123456789" to console )
INC GTHk ,loop JCN
POP2