diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 23:37:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 23:37:05 -0400 |
| commit | 1a196aa8f724971e531487f9cdd541f7957cfd92 (patch) | |
| tree | 52a36701065ab0e3f7012765c909c3b2a3fd2e49 /docs/libraries.md | |
| parent | 4a3db447ce820617a72bdd9fc6217c84c3799bea (diff) | |
Update syntax in docs
Diffstat (limited to 'docs/libraries.md')
| -rw-r--r-- | docs/libraries.md | 4 |
1 files changed, 2 insertions, 2 deletions
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() ``` |
