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
2019-09-07 01:28:18 +01:00

10 lines
171 B
Plaintext

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