Closed emil14 closed 6 months ago
Currently to match we need 2 connections:
15 -> mod:case[0] mod:then[0] -> ('FizzBuzz' -> printer:data)
With this sugar and if outport then would also have case we could write instead:
then
case
15 -> mod:case[0] -> ('FizzBuzz' -> printer:data)
This is related to #514
Implemented
Currently to match we need 2 connections:
With this sugar and if outport
then
would also havecase
we could write instead:This is related to #514