Difference between revisions of "Pipe"

From Mesham
Jump to navigationJump to search
m
m
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:Compound Types]]
 
[[Category:Compound Types]]
 
[[Category:Primitive Communication Types]]
 
[[Category:Primitive Communication Types]]

Revision as of 18:23, 13 January 2013

Syntax

pipe[a,b]

Semantics

Identical to the Channel type, except pipe is bidirectional rather than unidirectional.

Since: Version 0.41b