|
|
|
|
|
by denzquix
4682 days ago
|
|
It bugs me that the numerical for-loop in Terra has identical syntax to Lua's, but different semantics. Especially since you are encouraged to mix Lua and Terra code in the same file. Even something like: for i = 0, < 10 do --[[ ... ]] end ...and throwing a compile error if you omit the <, though arguably ugly and weird, would still have been preferable I think. |
|