PLAUSIBILITÄT MIT EINEM WERT (INT)
var zahl:Int=0
if Int(tInput.text!)==nil {
  zahl=0
}
else {
  zahl = Int(input)!
}


iOS
Plausibilität mit einem Wert (UInt)