Fixes recursion bug in disambiguate_in().
[ohcount] / test / expected_dir / logtalk.lgt
1 logtalk comment /* test file for Logtalk parsing */
2 logtalk blank   
3 logtalk comment % this is a Logtalk source file
4 logtalk blank   
5 logtalk code    :- object(hello_world).
6 logtalk blank   
7 logtalk comment         % the initialization/1 directive argument is automatically executed
8 logtalk comment         % when the object is loaded into memory:
9 logtalk code            :- initialization((nl, write('********** Hello World! **********'), nl)).
10 logtalk blank   
11 logtalk code    :- end_object.