improve Android support

This commit is contained in:
Vítor Santos Costa
2014-06-11 19:31:24 +01:00
parent ab06b04a09
commit 2d2eb70842
7 changed files with 261 additions and 90 deletions

View File

@@ -14,7 +14,6 @@ def go():
vs = q.namedVars();
while vs.length() > 0:
eq = vs.car()
print eq.text()
print eq.getArg(1).text() + " = " + eq.getArg(2).text()
vs = vs.cdr()
print "no more answers"
print "no more answers"