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

5 lines
58 B
Factor

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