From 645d66e0de0f201404d9ad4b210f90c139a247ff Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 12 Jan 2025 16:49:58 -0500 Subject: Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}` --- docs/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libraries.md') diff --git a/docs/libraries.md b/docs/libraries.md index 5aea0811..983497fa 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -51,7 +51,7 @@ Now, what happens if we want to _use_ the compiled object file? foo := use ./foo.tm func say_stuff(): - say("I got {foo.my_variable} from foo") + say("I got $(foo.my_variable) from foo") func main(): say_stuff() -- cgit v1.2.3