From bd7c1704db74616b07bc1fba725aeaa851ef0e23 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 10:25:35 +1100 Subject: [PATCH] Update Input Keyword --- Input-Keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input-Keyword.md b/Input-Keyword.md index 2a81e18..4922185 100644 --- a/Input-Keyword.md +++ b/Input-Keyword.md @@ -9,7 +9,7 @@ The `input` keyword allows you to get user input via stdin. When this line is re ## Example Usage We can make a simple [truth machine](https://esolangs.org/wiki/Truth-machine) by checking if the input is 0 or other. -```grnd +```py input &str equal $str "0" &cond # check if char is "0" if $cond %outonce # if char is 0, jump to the bottom script