bentall / cat-language

Automatically exported from code.google.com/p/cat-language
Other
0 stars 0 forks source link

map should expect a function : ( any -> any ) #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
(1,2) [dup] map

What is the expected output?
Either: (1,1,2,2)
 or: Error, expected function which leaves stack balanced at [dup]
as argument for 'map'

What do you see instead?
Throws uncaught exception, auxilliary stack becomes unbalanced

What version of the product are you using? On what operating system?
Cat 0.16, Windows XP, C# Express 2005

Original issue reported on code.google.com by nothingo...@gmail.com on 18 Jul 2007 at 11:55