Path: csiph.com!aioe.org!.POSTED!not-for-mail From: "Katzy" Newsgroups: comp.lang.logo Subject: Re: Golden House!! by Phil Rhodes Date: Wed, 12 Dec 2018 17:32:35 +0100 Organization: Aioe.org NNTP Server Lines: 37 Message-ID: References: NNTP-Posting-Host: j1j4/46kY8gjKZg7/Lqi3g.user.gioia.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 Xref: csiph.com comp.lang.logo:89 Hello, You noted: -It is necessary to add closing parenthesis into the both expressions to fix this particular problem. The expressions should look like this: ( Pr [It is the] :mazekey [key]) ( Pr [Do you want to drop the] :key [key]) -I've tried the code under Berkeley Logo 5.5 and after making some adjustments in syntax, I got the start scene loaded (in crazy colors actually due to the different color codes I guess). But there are a lot of differences between the this Logo dialect and Berkeley Logo so I am pretty far from getting usable version. Great finding! I found one more: to listtest:list At the end of: Repeat :nl [make "condition AND :condition number? item :j :list make "j :j + 2] ; if :j > count :list there is a ] too much. Funny, I tried it in SuperLogo and it now defined all, but can't do the graphics. Katzy