divcheck x y: true try: drop / x y catch value-error: not if divcheck 1 0: !print "Okay" else: !print "Division by zero"