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