From 1a196aa8f724971e531487f9cdd541f7957cfd92 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 23:37:05 -0400 Subject: Update syntax in docs --- docs/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libraries.md') diff --git a/docs/libraries.md b/docs/libraries.md index 551b011a..1409bca5 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -50,10 +50,10 @@ Now, what happens if we want to _use_ the compiled object file? // File: baz.tm foo := use ./foo.tm -func say_stuff(): +func say_stuff() say("I got $(foo.my_variable) from foo") -func main(): +func main() say_stuff() ``` -- cgit v1.2.3