2009-11-12 19:46:21 -05:00
|
|
|
USING: io.encodings.string kernel io.encodings.8-bit.latin7 ;
|
2008-06-18 23:29:48 -04:00
|
|
|
IN: tools.deploy.test.4
|
|
|
|
|
|
|
|
: 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
|