awestlake87/helix

attribute functions

Closed this issue · 0 comments

struct Object
    fun void @do_something():
        print("something")

obj: Object()
obj.do_something()