1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/inter/Tests/Duplex/BinOut.interpipeline

9 lines
166 B
Plaintext
Raw Normal View History

read 0 <- *inA
read 1 <- *inB
generate 0 binary -> *binA
generate 1 binary -> *binB
read 2 <- *binA
read 3 <- *binB
generate 2 text -> *outA
generate 3 text -> *outB