This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/_archive/rhai_engine/rhaiexamples/definitions/script.rhai
2025-04-04 08:28:07 +02:00

4 lines
125 B
Plaintext

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