1\  Test a Parenthesis-Comment that is not terminated at all and whose
2\      number of characters until the end of file exceeds the buffer.
3\  Define the required  test-token  as alias to  (
4\      then FLOAD the test-body file.
5
6\  Updated Fri, 01 Sep 2006 at 09:39 PDT by David L. Paktor
7
8
9global-definitions
10alias  test-token   (
11
12start4
13
14headers
15
16
17: foobar
18    fload  LargeTextNoQte.fth
19;
20
21
22fcode-end
23