Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.logo > #88

Re: Golden House!! by Phil Rhodes

Newsgroups comp.lang.logo
Date 2018-12-11 11:35 -0800
References <pu6iue$lgc$1@gioia.aioe.org> <pujpf2$udp$1@gioia.aioe.org> <d60865f5-7644-47fa-9bb2-99f9069f6aaf@googlegroups.com> <pum2h9$1b1b$1@gioia.aioe.org>
Message-ID <b59a1cb7-312f-4bb4-babf-e9416ab67256@googlegroups.com> (permalink)
Subject Re: Golden House!! by Phil Rhodes
From aleksey.slyusar@gmail.com

Show all headers | View raw


Katzy wrote:
>'Missing closing bracket ) at file house.lgo, line 1133 (opening bracket was
>at line 710) whie defining PICKUPMAZEKEY' 

The reason for this is unbalanced parenthesis in two lines at pickupmazekey definition:
( Pr [It is the] :mazekey [key]
( Pr [Do you want to drop the] :key [key]
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. 

 

Back to comp.lang.logo | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Golden House!! by Phil Rhodes "Katzy" <katzy@noname.at.all> - 2018-12-04 20:04 +0100
  Re: Golden House!! by Phil Rhodes "Katzy" <katzy@noname.at.all> - 2018-12-09 20:13 +0100
    Re: Golden House!! by Phil Rhodes aleksey.slyusar@gmail.com - 2018-12-09 23:18 -0800
      Re: Golden House!! by Phil Rhodes "Katzy" <katzy@noname.at.all> - 2018-12-10 17:02 +0100
        Re: Golden House!! by Phil Rhodes aleksey.slyusar@gmail.com - 2018-12-11 11:35 -0800
          Re: Golden House!! by Phil Rhodes "Katzy" <katzy@noname.at.all> - 2018-12-12 17:32 +0100

csiph-web