Update README

This commit is contained in:
2025-10-26 21:12:24 +11:00
parent 81f836bc94
commit db963463b0

View File

@@ -66,9 +66,16 @@ main func {
} }
``` ```
Note: Variable access isn't a thing yet, but is a priority. Stay tuned! And access them by, you know, accessing them.
Another note: If you'd like you can do this as well: ```
main func {
x = 5
println(x)
}
```
Note: If you'd like you can do this:
``` ```
main = func { main = func {
@@ -76,6 +83,8 @@ main = func {
} }
``` ```
<sub>functions are indeed objects >:)</sub>
## License ## License
Funk is licensed to you under the GNU GPL v3.0. Contributions are welcome! Funk is licensed to you under the GNU GPL v3.0. Contributions are welcome!