Example on main page fails
krainboltgreene opened this issue · comments
Kurtis Rainbolt-Greene commented
> for i = 1 to(20) do print("<your name> is awesome!")
! Parse error: Expected token IN, found =.
Latest build from github.
Bob Nystrom commented
Thanks, good catch! The syntax for for loops changed recently and I must have missed that example.
Should be fixed now.