Browse Source

working test.qlw

Nicolas Winkler 6 years ago
parent
commit
922aafdf98
1 changed files with 1 additions and 1 deletions
  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