Hi,

GST crashes when I try to run this code:


1 to: 5 do: [:x |
        1 to: 5 do: [:y |
                #(x y)
        ]
]


Are there any logic errors I made here?



_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to