Update External Libraries
@@ -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.
|
||||||
Reference in New Issue
Block a user