BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

wrong types in arg passing #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
t:proc c:card =
        "[c]"
z:card
z=260
t z*8
z=z*8
t z

gives
32
2080

Original issue reported on code.google.com by jakub.hu...@gmail.com on 30 Aug 2010 at 10:49

GoogleCodeExporter commented 9 years ago
Tested on current version. Does not produce incorrect result (even when setting 
the z to IN, to prevent optimization making constant from it.

Original comment by rudla.ku...@gmail.com on 11 Nov 2010 at 4:50