blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Semanting... Caught Signal Memory Access Violation #6

Closed Pharmhaus-2 closed 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: nitrologic

#Import "<mojox>"

Using mojox..

Class bob

    Field newFile:=New Action("New").Triggered=Lambda()
        NewDocument()
    End

    Method NewDocument()
    End

End
Pharmhaus-2 commented 5 years ago

@nitrologic Its not possible to reference a member from within a field initializer but the MAV is fixed in develop.