]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/11/11.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / deploy / test / 11 / 11.factor
1 ! Copyright (C) 2009 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: eval ;
4 IN: tools.deploy.test.11
5
6 : foo ( -- ) "USING: math prettyprint ; 2 2 + ." eval( -- ) ;
7
8 MAIN: foo