rhai/scripts/module.rhai

4 lines
60 B
Plaintext
Raw Normal View History

2021-04-09 16:48:47 +02:00
import "loop" as x;
2020-11-08 16:00:03 +01:00
2021-04-09 16:48:47 +02:00
print(`Module test! foo = ${x::foo}`);