implement osis actor
This commit is contained in:
8
examples/scripts/biz.rhai
Normal file
8
examples/scripts/biz.rhai
Normal file
@@ -0,0 +1,8 @@
|
||||
// biz.rhai
|
||||
|
||||
// Example of using the company module
|
||||
let new_company = new_company()
|
||||
.name("HeroCode Inc.")
|
||||
.save_company();
|
||||
|
||||
print(new_company.name);
|
Reference in New Issue
Block a user