rhai/examples/definitions/script.rhai
2022-07-25 19:01:06 +02:00

4 lines
125 B
JavaScript

// The following will be valid based on the definitions.
hello_there = general_kenobi::hello_there(123);
print(hello_there);