Skip to content

empty string is treated as nil #22

@mjdave

Description

@mjdave

In a function

foo = ""
func = function()
{
    print(foo + "bar") #crashes, foo is nil
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions