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/rhai_engine/rhaiexamples/definitions/script.rhai
2025-04-03 09:18:05 +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);