reaction Reaction {
output:
onExecution:
terminateWhen:
onTermination:
internalBlock:
streams:
meta:
}
Reaction () >> Output;
trigger Trigger {}
Trigger >> eaction () >> Output;
switch Switch { default: off }
# Triggers on rising edge
Switch >> eaction () >> Output;