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

8 lines
160 B
Factor
Raw Normal View History

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