Kaba class Variable ed

...

Syntax ed

class Variable
    var name: string
    var type: Class&

    # functions
    func pure is_extern() -> bool
    func pure is_mutable() -> bool

Functions ed

func pure is_extern() -> bool
...

func pure is_mutable() -> bool
...

Elements ed

var name: string
...

var type: Class&
...