1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/inter/Tests/Duplex/BinOutRes.interpipeline
2022-02-09 00:00:30 +00: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