factor/core/io/test/no-trailing-eol.factor

4 lines
57 B
Factor

IN: io.tests
USE: math
: foo ( -- x ) 2 2 + ;
FORGET: foo