SCM Repository
Diff of /branches/vis15/doc/syntax.md
Parent Directory
|
Revision Log
|
Patch
revision 4477, Tue Aug 30 20:58:01 2016 UTC | revision 4478, Tue Aug 30 21:19:16 2016 UTC | |
---|---|---|
# | Line 174 | Line 174 |
174 | ||
175 | * Strands must have an `update` method | * Strands must have an `update` method |
176 | ||
177 | * The **stabilize** statement is only permitted inside a strand's **initially** or **update** | |
178 | method (where it affects the calling strand) or in a global **initially** or **update** | |
179 | block (where it stabilizes all active strands). | |
180 | ||
181 | * The **die** statement is only permitted inside a strand's **initially** or **update** | |
182 | method. | |
183 | ||
184 | ### Lexical issues | ### Lexical issues |
185 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |