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.
In haxe if we would use something like:
We would get this result:
88, 88which is the character code of the character (doesn't work with multiple characters in a string it seems)But in polymod we get
null, nullinstead.