Skip to content

Ideas for new declaration syntax #3

@TwitchBronBron

Description

@TwitchBronBron

We'd love to support a new structure at some point. here are some ideas:

describe("clear array", function()
    setup(sub()
        empty = []
    end sub)

    it("empty assignment", function()

    end function)
end function)

@describe("clear array")
function _()
    setup(sub()
        empty = []
    end sub)

    it("empty assignment", function()

    end function)
end function

sub benchmark()
    describe("clear array", function()
        setup(sub()
            empty = []
        end sub)

        it("empty assignment", function()

        end function)
    end function)
end sub

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions