let a 1 let b 0 if tostr (a / (b + 0.)) = "inf" println "Divide by Zero" else println a / b endif