Merge branch 'Ratstail91:main' into main

This commit is contained in:
Add00
2023-07-31 13:11:06 -04:00
committed by GitHub
14 changed files with 64 additions and 63 deletions

View File

@@ -0,0 +1,11 @@
//test for casting + grouping, see #67
{
assert string(10 % 4) == "2", "basic group casting failed";
assert string 4 == "4", "normal casting failed";
assert typeof string(10 % 4) == string, "group casting type failed";
}
print "All good";

View File

@@ -1,5 +1,5 @@
import about as about;
import about;
import toy_version_info as toy_version_info;
import toy_version_info;
assert author == "Kayne Ruse, KR Game Studios", "Author failed";