Skip to content

Instantly share code, notes, and snippets.

@ikovalyov
Created March 29, 2020 13:59
Show Gist options
  • Save ikovalyov/7abf3e9c214436feab68337b59a9b4eb to your computer and use it in GitHub Desktop.
Save ikovalyov/7abf3e9c214436feab68337b59a9b4eb to your computer and use it in GitHub Desktop.
if (turnOnTheTeaPot) {
// Turning teapot on
teaPotService.turnOn()
teaPotTurnedOn = true
} else {
// Turning teapot off
teaPotService.turnOff()
teaPotTurnedOn = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment