From 49bcaaaa132f9f6339492b7264792e9dc7468ca9 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Tue, 13 May 2025 17:20:43 +1000 Subject: [PATCH] Update the readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a6c115..4340fcb 100644 --- a/README.md +++ b/README.md @@ -111,15 +111,24 @@ println "The loop has ended"; *Sidenote: Loops are very unstable at present. If you find a loop-related bug please let me know.* +Make a list of stuff: + +``` +let str myList ["List thingy number 1" "List thingy number 2" "A third list thingy"]; + +printlist myList; +println myList[1]; +``` + More features will be added in future. ## In Progress Features -* Lists: It's a list of stuff. `str` will become a list of characters (meaning a `chr` type will be made). +* Functions ## Planned features -* File input/output: I feel this is going to be complex. +* Libraries and importing files ## Far-off features @@ -127,7 +136,7 @@ Note: These features are not guaranteed to come to fruition. I am very good at g * Functions * Network requests -* Libraries and importing files +* Reading files * Webserver ## Licensing