Skip to content

Number-string addition always puts the string first #40

@bbrk24

Description

@bbrk24

For the following program:

G'DAY MATE!

GIMME 5 + "foo";
GIMME "foo" + 5;
GIMME "" + 5 + "foo";

CHEERS C***!

I would expect this output:

5foo
foo5
5foo

However, the actual output is:

foo5
foo5
5foo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions