help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] undeclared variable x


From: Robert John Andersen
Subject: Re: [Help-smalltalk] undeclared variable x
Date: 06 Aug 2001 09:17:14 EDT

On Mon, 06 Aug 2001 12:51:20 +0200, markus liedl said:

> hello,
>  
>  so i decided learn gnu smalltalk. (I *would* use squeak, but there is no
>  lightning inside).
>  
>  i've got a small problem with gst and it's manual:
>  
>  address@hidden:~ > gst
>  GNU Smalltalk Ready
>  
>  st> x := Array new: 20 !
>  stdin:1: assignment to undeclared variable x
>  st> 

| x |
x := Array new: 20 !

RJA



reply via email to

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