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✨