Is there a line of code that will terminate the program?
Something like python\'s sys.exit()?
sys.exit()
else if(Decision >= 3) { exit(0); }