Closed dhuebner closed 1 year ago
Following should work aswell:
method public void setUserName(String userName!) if #bc! = null() then methodret methodend
I think a REM statement after methodret should also be supported
methodret
method public void setUserName(String userName!) if #bc! = null() then methodret; REM <- syntax error here methodend
Yes, REM can come after anything, even
CLASS PUBLIC MyClass ; REM this is a class
Following should work aswell:
I think a REM statement after
methodret
should also be supported