
test1	Simple example. Program writes 'hello' to the terminal

test2	Program execute naive reverse.


----------------------------------------------------------------------
Transcript of test session.
----------------------------------------------------------------------
% engine
Uppsala Binary Prolog version 1.0
load '../Examples/test1'
start/0 inserted
halt/0 inserted
go
hej
Yes
load '../Examples/test2'
start/0 inserted
halt/0 inserted
append/4 inserted
nrev/3 inserted
go
.(1,.(3,.(4,.(5,.(6,.(7,.(8,.(9,.(10,.(11,.(12,.(13,.(14,.(15,.(16,.(17,.(18,.(19,.(20,.(21,.(22,.(23,.(24,.(25,.(26,.(27,.(28,.(29,.(30,[])))))))))))))))))))))))))))))
.(30,.(29,.(28,.(27,.(26,.(25,.(24,.(23,.(22,.(21,.(20,.(19,.(18,.(17,.(16,.(15,.(14,.(13,.(12,.(11,.(10,.(9,.(8,.(7,.(6,.(5,.(4,.(3,.(1,[])))))))))))))))))))))))))))))
Yes
quit
%
----------------------------------------------------------------------
