package com.packt.chapter2 fun wh() { while (true) { println("This will print out for a long time!") } }