From 169c5a4a3f1b2dc7fcc22a63712188f29637a1f4 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 10:25:56 +1100 Subject: [PATCH] Update Input Keyword --- Input-Keyword.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Input-Keyword.md b/Input-Keyword.md index 4922185..dd4baa9 100644 --- a/Input-Keyword.md +++ b/Input-Keyword.md @@ -14,8 +14,8 @@ input &str equal $str "0" &cond # check if char is "0" if $cond %outonce # if char is 0, jump to the bottom script @loop # otherwise loop - println $char # append char to stdout + println $char # append char and \n to stdout jump %loop # loop forever @outonce -println "0" # append 0 to stdout +println "0" # append "0\n" to stdout ``` \ No newline at end of file