]> gitweb.factorcode.org Git - factor.git/blob - extra/tools/deploy/test/3/3.factor
Fixing everything for mandatory stack effects
[factor.git] / extra / tools / deploy / test / 3 / 3.factor
1 IN: tools.deploy.test.3\r
2 USING: io.encodings.ascii io.files kernel ;\r
3 \r
4 : deploy-test-3 ( -- )\r
5     "resource:extra/tools/deploy/test/3/3.factor"\r
6     ascii file-contents drop ;\r
7 \r
8 MAIN: deploy-test-3\r