Skip to content

[BUG] .code doesn't work on Strings #320

@Starexify

Description

@Starexify

In haxe if we would use something like:

trace("X".code, 'X'.code);

We would get this result: 88, 88 which is the character code of the character (doesn't work with multiple characters in a string it seems)

But in polymod we get null, null instead.

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