mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
//test imports
|
|
import field;
|
|
//import function;
|
|
|
|
//assert field == 42, "import field failed";
|
|
|
|
//assert function() == 69, "import function failed";
|
|
|
|
print "All good";
|
|
|