Move to lib style, move scripts into their own directory, start source examples
This commit is contained in:
5
scripts/function_decl1.rhai
Normal file
5
scripts/function_decl1.rhai
Normal file
@@ -0,0 +1,5 @@
|
||||
fn bob() {
|
||||
3
|
||||
}
|
||||
|
||||
print(bob())
|
Reference in New Issue
Block a user