help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] GST crashes with the following code


From: Canol Gokel
Subject: [Help-smalltalk] GST crashes with the following code
Date: Sat, 31 May 2008 04:52:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]