1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 00:24:22 +03:00
inform7/inter/Figures/compile.interpipeline
2022-04-09 14:52:23 +01:00

13 lines
243 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
index