Question: how to use assign in mapleflow

Hi, I'm just trying to use assign, like in Maple,

 

s := solve({x + y = 1, 2*x + y = 3}, {x, y});

 

                      s := {x = 2, y = -1}

assign(s);
x, y;
                             2, -1

in MapleFlow, but it doesn't work!

Any ideas?

Thanks very much in advance

Please Wait...