Files
Toy/test/scripts/lib/runner/sample_1.toy
2023-01-20 23:03:00 +00:00

10 lines
144 B
Plaintext

import runner;
//delegate to the other sample script
var s = loadScript("scripts:/lib/runner/sample_2.toy");
s.runScript();
s.freeScript();