From 957f814a9a96d2752a63af7aca20638bfb28f325 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 1 Jun 2024 08:02:45 -0400 Subject: [PATCH] flow/flow_doc.md : Updates. --- flow/flow_doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flow/flow_doc.md b/flow/flow_doc.md index 302a14d..1aea91a 100644 --- a/flow/flow_doc.md +++ b/flow/flow_doc.md @@ -90,10 +90,10 @@ Attribute | Description `init` | This is an an initialization only variable. | Changing the value during runtime will have no effect. `mult` | This variable may be instantiated multiple times by the in-statement. - | Variables that do not have this property may only be instantiated - | once per proc-instance. + | Each variable is given a unique suffix id. Variables that do not have + | this property may only be instantiated once per proc-instance - albeit with possibly mulitple channels. `out` | This is a subnet output variable. [See Subnet Implementation](#subnet-implementation) -`no_chan` | This variable cannot be 'channelized'. +`no_ch` | This variable will have only a single value and cannot be 'channelized'. ## Schema Notation