1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/Duplex/BinOut.interpipeline
2019-07-23 20:07:01 +01:00

9 lines
166 B
Plaintext

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