Old revision #pvekrsvxs | New revision #phqik4jng | ||
---|---|---|---|
1 | 1 | combination of switch expression syntax with "[expression1, ...]" for multiple things, and switch/layout body syntax with "foo: bar;" | |
2 | 2 | ||
3 | 3 | produce(switch_name, [ | |
4 | 4 | IORE: expression; | |
5 | 5 | COAL: expression; | |
6 | 6 | ], [ | |
7 | 7 | STEL: expression; | |
8 | produce( consume(...), generate(...)) | 8 | ], run_again); |