Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

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

Open
dfinder opened this issue Jul 12, 2017 · 0 comments

Comments

@dfinder
Copy link

dfinder commented Jul 12, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant