Update the readme
This commit is contained in:
15
README.md
15
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
|
||||
|
Reference in New Issue
Block a user