In the TTY version, there are all sorts of fascinating ways to have Maple stop/quit (on purpose). For example proc() quit end(); is one such way. Much more amusing is parse(qu||it,'statement'); which has interesting variations where one can really make it obscure what is going on. This does not work in the GUIs. But variations do produce rather entertaining results. For example, try FromInert(_Inert_STOP()); and note how the result is subtly different from qu||it; Now, try to do any GUI things on that first 'quit' (context-menus, drag&drop, etc, etc), and much fun ensues. For other difference between the various interfaces, try quit + done + stop and watch how you get different results!

Please Wait...