]> gitweb.factorcode.org Git - factor.git/blob - extra/tools/deploy/test/4/4.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / tools / deploy / test / 4 / 4.factor
1 IN: tools.deploy.test.4
2 USING: io.encodings.8-bit io.encodings.string kernel ;
3
4 : deploy-test-4 ( -- )
5     "xyzthg" \ latin7 encode drop ;
6
7 MAIN: deploy-test-4