[add] Added new test for testing $repeat and template expansion.

This commit is contained in:
falsycat 2019-10-05 00:00:00 +00:00
parent 39a6977caf
commit 84895c9454

7
sjscript/test/test02.sj Normal file
View File

@ -0,0 +1,7 @@
$define beat {0}
$repeat i 100 {
A [$i*5+$beat..($i+1)*5+$beat] {
damage = 1;
}
}