factor/basis/tools/deploy/test/4/4.factor

8 lines
158 B
Factor
Raw Permalink Normal View History

USING: io.encodings.string kernel io.encodings.8-bit ;
2008-06-18 23:29:48 -04:00
IN: tools.deploy.test.4
: deploy-test-4 ( -- )
"xyzthg" latin7 encode drop ;
2008-06-18 23:29:48 -04:00
MAIN: deploy-test-4