Update the readme

This commit is contained in:
2025-05-13 17:20:43 +10:00
parent 87bf540458
commit 49bcaaaa13

View File

@@ -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.* *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. More features will be added in future.
## In Progress Features ## 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 ## Planned features
* File input/output: I feel this is going to be complex. * Libraries and importing files
## Far-off features ## Far-off features
@@ -127,7 +136,7 @@ Note: These features are not guaranteed to come to fruition. I am very good at g
* Functions * Functions
* Network requests * Network requests
* Libraries and importing files * Reading files
* Webserver * Webserver
## Licensing ## Licensing