Hi, is there any way to compute multiple things via the simple server?

I mean, instead of sending 3 requests

https://blabla/simple/compute?session=...&code=a=2
https://blabla/simple/compute?session=...&code=b=3
https://blabla/simple/compute?session=...&code=a*b

I want something like

https://blabla/simple/compute?session=...&code=a=2;b=3;a*b

Nevertheless, the last request only evaluates the first command (a=2).

Thanks in advance

FBotana

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to