Hi
I was working on a cga excercise when I got stuck writing this split operation:
BuildVolume -->
split(y){floorHeight("GF") : Volume("GF") | ~1: UpperFloors}
I give me the Mismatched token error ( : | ), I don't know whats wrong, in a previous line I used a similar operation with no errors:
ScopeAligned(yDim) -->
extrude(world.y, 100)
split(y){yDim : BaseVolume | ~1: NIL}
in the excercise they use the 2015 version, I got the 2014, could that be it?, when I add the tilde the error dissappears (pic 2) but that's not how they do it
What I'm not seeing?