FUNCTION ADDBYTE(a as BYTE,b as BYTE)
RETURN a+b
END FUNCTION

lcd.init
lcd.clear
lcd.PRINT "ERGEBNIS:" & ADDBYTE(13,26)
lcd.off

Bei mir steht auf dem Display 39.