Update External Libraries

2026-01-17 21:31:18 +11:00
parent 624897728b
commit 25aabd94ee

@@ -83,4 +83,8 @@ extern "file"
call !Example_GreetUser "DiamondNether90" &out
println $out # Prints "Hello, DiamondNether90!"
```
```
## Best practices
- Namespacing is done with an underscore (`libName_FunctionName`).
- Use camelCase for the library name and PascalCase for the function name.