1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-06 00:54:21 +03:00
inform7/inter/pipeline-module/Figures/compile.interpipeline
2022-01-08 10:00:07 +00:00

12 lines
237 B
Plaintext

read <- *in
run pipeline assimilate
run pipeline link
run pipeline optimise
! The following does nothing if the variable *tout does not exist and it
! will exist only when debugging:
optionally-generate text -> *tout
generate -> *out