]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/3/3.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / deploy / test / 3 / 3.factor
1 IN: tools.deploy.test.3
2 USING: io.encodings.ascii io.encodings.string system kernel ;
3
4 : deploy-test-3 ( -- )
5     "xyzthg" ascii encode drop ;
6
7 MAIN: deploy-test-3