munificent / magpie

The Magpie programming language

Home Page:http://magpie-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example on main page fails

krainboltgreene opened this issue · comments

>     for i = 1 to(20) do print("<your name> is awesome!")
! Parse error: Expected token IN, found =.

Latest build from github.

Thanks, good catch! The syntax for for loops changed recently and I must have missed that example.

Should be fixed now.