Kaba class TextProgress ed

...

Syntax ed

class TextProgress
    var finished: bool
    var first: bool

    # constructors
    func mut __init__()

    # functions
    func mut done()
    func mut show(f: f32)

    # constants
    let width: i32

Functions ed

func mut done()
...

func mut show(f: f32)
...

Elements ed

var finished: bool
...

var first: bool
...