From 4a236c23b19a5fed6a6a666ad5b794fca436b590 Mon Sep 17 00:00:00 2001 From: Marrub Date: Tue, 8 Jan 2019 16:44:42 -0500 Subject: [PATCH] fix definition of states block --- 1-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-language.md b/1-language.md index a7ffc75..d2d0159 100644 --- a/1-language.md +++ b/1-language.md @@ -268,7 +268,7 @@ These are the same as `DECORATE`, but states that do not have function blocks re A state definition block has the syntax: ``` -states $[ ( Scope ) ]$ +states $[ ( Scope $[ , Scope]$... ) ]$ { $[State-or-label...]$ }