Original Post
Hi, Assertion tempVariables.GetLength() == 0 fails when Build()ing the following script: AngelScript 1.9.0 ( + BubbleSort fix ) Cheers, RCL
int main()
{
bstr s = true ? "true" : "false";
return 0;
}