help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Problem with brackets?


From: Ladislav Marek
Subject: Re: [Help-smalltalk] Problem with brackets?
Date: Sat, 22 Oct 2011 18:11:44 +0200

Hi,

(nBangArray at: i) :=  y

is not correct syntax, I think you mean:

nBangArray at: i put: y

On Sat, Oct 22, 2011 at 16:26, Phen0m <address@hidden> wrote:
> Hi everyone,
>
> I encountered a error while executing a little program I wrote.
> When I launch my file using GST, it displays:
> /02.Problem2.st:40: parse error, expected ']'/
>
> Here are the matching lines (
> 35> /1 to: 9 do:/
> 36>     /[:i |/
> 37>     /1 to: 9 do:/
> 38>             /[ :y |/
> 39>             /(nBangArray at: i = (y printString)) ifTrue:/
> 40>             /       [(nBangArray at: i) :=  y.]./
> 41>             /]./
> 42>     /]./
>
> I definitely don't where my mistake comes from. Can anyone help me?
>
> -----
> Il est encore temps d'ouvrir les yeux: http://www.reopen911.info/ | 
> http://twitter.com/Phen0m77/ | http://blog.gamekult.com/blog/phen0m/ |
> Opera + DuckDuckGo = Smartest Browsing!
> --
> View this message in context: 
> http://forum.world.st/Problem-with-brackets-tp3928272p3928272.html
> Sent from the Gnu mailing list archive at Nabble.com.
>
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-smalltalk
>



reply via email to

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