stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
23 stars 0 forks source link

Potential stack count issue when multi return tested in loop with continue #216

Open stevehalliwell opened 1 year ago

stevehalliwell commented 1 year ago

A fun with a loop with a var (a,b,c,) = Invoke(), then if a continue

appeared to have a type mismatch