justin-espedal / polydes

Collection of open source Stencyl extensions.
MIT License
8 stars 4 forks source link

Type evaluation in arguments converts strings that begin with numbers into strings #89

Open dfinder opened 7 years ago

dfinder commented 7 years ago

untyped string arguments that start with a number get cast to that number.

<messagescene "BackgroundChange" "changeBG" ["_3B"] > calls the changeBG function with the argument "_3B" but <messagescene "BackgroundChange" "changeBG" ["3B"] >// calls the changeBG function with the number 3