diff --git a/README.md b/README.md index 99263f1..cb68c09 100644 --- a/README.md +++ b/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 { @@ -76,6 +83,8 @@ main = func { } ``` +functions are indeed objects >:) + ## License Funk is licensed to you under the GNU GPL v3.0. Contributions are welcome!