How do I stop an Arduino sketch?

the arduino is its own little computer, it starts the sketch and continues to run whatever is in void loop() forever unless you specifically program it to do otherwise