From baf2c40ac49e51bdd6b2557427a91100ce209e52 Mon Sep 17 00:00:00 2001 From: me Date: Thu, 25 Dec 2025 01:29:43 +0200 Subject: [PATCH] correct readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 05dfc8b..62c97ca 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ This is hackaton code. Don't expect much. - Tiny procedural language specifically for gamedev - Wrapped by a game framework - Only user input is controller input (or specific keyboard keys) -- Basic types: int, float, string, char, bool, objects, arrays, first-class functions +- Basic types: int, float, string, bool, objects, arrays, first-class functions - if, loop, break, return - ✨Live code reload✨