From db963463b0e123e2da24bcc6098d075f8c490dbc Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sun, 26 Oct 2025 21:12:24 +1100 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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!