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