Difference between revisions of "Pipe"

From Mesham
Jump to navigationJump to search
m
m (3 revisions imported)
 
(One intermediate revision 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:Compound Types]]
 
[[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