| ?- reverse(R,[1.0,-2.0,-4.0]).
 
R = [-4.0,-2.0,1.0] ? ; <== If you type a semicolon(;) and first
                            argument is a variable, then you get
                            stack overflow in 1.3.0.  This seems
                            like a bug.
 
Fatal Error: global stack overflow (size: 65537 Kb,
environment variable used: GLOBALSZ)
[EMAIL PROTECTED] ceg]$



      
_______________________________________________
Bug-prolog mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-prolog

Reply via email to