Explorar el Código

working test.qlw

Nicolas Winkler hace 6 años
padre
commit
922aafdf98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/test.qlw

+ 1 - 1
src/test.qlw

@@ -45,7 +45,7 @@ class FF
         variable: Integer
         variable2: FF
         variable := verdoppel(51)
-        return variable2.field1
+        return variable
     end
 end