Question: Kernel stop.

How do you stop Maple during this code execution:

proc()
x:
print(1);
goto(x);
end():

Please Wait...