mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Mix of Int and Float breaks simple cases #4

Closed mna closed 10 years ago

mna commented 10 years ago

Since Int() operations return Float()s, such simple cases like the source files 34 now fail, because the keys on the args object are Int()s, not Float()s.

mna commented 10 years ago

Fixed