display box will accept variables and property names for all types and expressions for number types. Compared values must match type. Drag statement tiles into the yes and/or no branches that will run depending on the result of the comparison.
There are no boolean operators logical AND, logical OR or logical NOT. Logical constructs are built using nested "test" tiles.
Switch statements are just a matter of piling "test" tiles on top of each other with a default action stuck in the No branch of the last "test" tile. If you wish to use Boolean operators you can convert the script to text using the Script Editor menu options and type them in. The Terse Guide to Squeak is very helpful.
Last Updated.