the square white inputs are a reference to Scratch Addons; strings a inline if block: pretty self-explanatory if <> is true: return [1] else: return [2] example: set [my variable v] to ([1] if <[5]=[5]> else [2]) and if you want, you can stack them like: ([1] if <[5]=[5]> else([3] if <[4]=[5]> else [2]))
(?str? if ?bool? else ?str?)