rhai/examples/definitions/script.rhai

4 lines
125 B
JavaScript
Raw Normal View History

2022-07-25 19:01:06 +02:00
// The following will be valid based on the definitions.
hello_there = general_kenobi::hello_there(123);
print(hello_there);