From 43882f890992b3cf3c661e7f8feecbf2787fb32d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 15 Mar 2025 16:40:50 +0100 Subject: [PATCH] uxntal: Fix comment about what exactly is printed (#5274) --- uxntal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxntal.md b/uxntal.md index f6378426..f55fd8db 100644 --- a/uxntal.md +++ b/uxntal.md @@ -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