how are you?.
I'm interested in stopping the execution of the wxmaxima session conditionally, this is by example using an if like follows
if(a > b)
then "stop"
else "continue
I want to completelly stop the wxmaxima session on the line then "stop"
to wait for the user to do something but I used the break
instruction, then the message of a breakpoint reached is shown but the session continues to the end of the lines no matter what, a go
to label instruction doesn't help either.
What can I do here?. Thanks in advance for the help.