Added an AST item for blanking mobiles
This commit is contained in:
parent
48c1bea724
commit
1f604781f5
|
@ -481,6 +481,9 @@ data Process =
|
|||
| OutputCase Meta Variable Name [OutputItem]
|
||||
| GetTime Meta Variable
|
||||
| Wait Meta WaitMode Expression
|
||||
-- | Clears the given mobile variable; if the variable is currently NULL,
|
||||
-- destroy the contents and make it NULL. If it is already NULL, do nothing.
|
||||
| ClearMobile Meta Variable
|
||||
| Skip Meta
|
||||
| Stop Meta
|
||||
| Seq Meta Structured
|
||||
|
|
Loading…
Reference in New Issue
Block a user