diff --git a/Import/TODO.md b/Import/TODO.md index 6bbb3f98..0969e545 100644 --- a/Import/TODO.md +++ b/Import/TODO.md @@ -100,6 +100,11 @@ namespace system } ``` +### Keywords +* `stateinput` +* `statefatal` +* `stateerror` + ### Syntax ``` stateinput (, ...); @@ -108,11 +113,15 @@ raise stateerror "exception"; /* redo the current stateinput statement with an return; /* stop the state machine normally */ /* wait until received expected input */ -stateinput +switch(stateinput ) { case (, ...): { - + ... + } + case (, ...): + { + ... } default: {