Imported Robodoc.
[robodoc.git] / Source / Test / lock_test.dat
1 Program Test
2 !!****f* main/test
3 !! NAME
4 !!  Testing 1 2 3
5 !! Program Test
6         Test1 = ABC &
7         // det  ! This should not be displayed
8         Test2 = ABC &
9         * detail  ! This should not be displayed
10         Test3 = ABC + &
11         C * D  ! This should not be displayed
12         TEst4 = ABC * &
13         REM * B  ! This should not be displayed
14         Test5 = &
15         'Test'  ! This should not be displayed
16         End Program Test
17 !!***
18
19
20 /****f* main/test2
21  * NAME
22  *   This should not be displayed
23  * FUNCTION
24  *   This should not be displayed
25  * SOURCE
26  */
27
28 This should not be displayed
29 This should not be displayed
30
31 /******/
32