rhai/scripts/module.rhai
2021-04-09 22:48:47 +08:00

4 lines
60 B
Plaintext

import "loop" as x;
print(`Module test! foo = ${x::foo}`);