Game over help

how can i make the game end and exit game mode when the score reaches 100
can somebody give me step by step i dont think it should be to complicated
can somebody give me step by step i dont think it should be to complicated

if (score.textNumber = 100){
// put your exit game code here
}