sage: maxima.eval('sage0: x == x;')
display2d : false;
(%o2) false
0;
(%o4) 0
It hangs there. If doing the same thing in Maxima, we get the following results:
(%i1) sage0: x==x;
Incorrect syntax: = is not a prefix operator
sage0: x==
^
Component: interfaces
Author: Mike Hansen
Reviewer: Karl-Dieter Crisman
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/2109