ds26gte / pyret-lang

The Pyret language.
Other
2 stars 0 forks source link

on-tick worldConfig should allow a second parameter #14

Closed schanzer closed 8 years ago

schanzer commented 8 years ago

The following is perfectly legal in WeScheme, but fails to work in Spyret:

(big-bang 0 (on-tick add1 1))

ds26gte commented 8 years ago

Fixed in e1f8dae and ds26gte/code.pyret.org@01a6928.

schanzer commented 8 years ago

Confirmed fixed!