var morning = true
if (morning) {
  println("Rise and shine!")
}
// Print: Rise and shine!
Comments