Difference between revisions of "Pipe"
From Mesham
Jump to navigationJump to search (Created page with '== Syntax == pipe[a,b] == Semantics == Identical to the Channel type, except pipe is bidirectional rather than unidirectional Category:Type Library [[Category:Composi…') |
m (3 revisions imported) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Semantics == | == Semantics == | ||
− | Identical to the [[Channel]] type, except pipe is bidirectional rather than unidirectional | + | Identical to the [[Channel]] type, except pipe is bidirectional rather than unidirectional. |
+ | |||
+ | ''Since: Version 0.41b'' | ||
[[Category:Type Library]] | [[Category:Type Library]] | ||
− | [[Category: | + | [[Category:Compound Types]] |
[[Category:Primitive Communication Types]] | [[Category:Primitive Communication Types]] |
Latest revision as of 15:44, 15 April 2019
Syntax
pipe[a,b]
Semantics
Identical to the Channel type, except pipe is bidirectional rather than unidirectional.
Since: Version 0.41b