1 2 3 4 5 6 7 8
log.info("CRAZY") function maybe() log.warn("does it work?") return log.panic("it does") end maybe()