Merge pull request #59 from philburk/build64
[pforth] / fth / t_include.fth
CommitLineData
8e9db35f
PB
1\ Test INCLUDE errors.
2\
3\ Copyright 2001Phil Burk
4
5include? }T{ t_tools.fth
6
7marker task-t_string.fth
8
9decimal
10
11: F_UNDEF " t_load_undef.fth" ;
12
13test{
14
15T{ F_UNDEF ' $include catch }T{ F_UNDEF -13 }T
16
17
18}test