Update External Libraries

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

@@ -84,3 +84,7 @@ extern "file"
call !Example_GreetUser "DiamondNether90" &out call !Example_GreetUser "DiamondNether90" &out
println $out # Prints "Hello, DiamondNether90!" 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.