2018-02-26 13:21:35 -05:00
|
|
|
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 ( -- )
|
2018-02-28 11:55:15 -05:00
|
|
|
"xyzthg" latin7 encode drop ;
|
2008-06-18 23:29:48 -04:00
|
|
|
|
|
|
|
MAIN: deploy-test-4
|