Could someone be able to give/help me make a script to rip apart half a sentence, like a question | answer gather (all on one line)
example.
2+2*4
and would return
%question 2+2
%answer 4
(i think you can use tokens for this but i have no idea how to use those yet)
Thanks