Assignment operand evaluation order bug

BlitzMax Forums/BlitzMax Bug Reports/Assignment operand evaluation order bug

Produces different results in debug/release modes...
SuperStrict
Framework BRL.AppStub

Global counter%

Function Create$()
	counter:+1
	Return "Hello"
End Function

Global array$[100]

array[counter]=Create()

WriteStdout array[1]+"~n"


Hey did you see my post then? Nice simple duplication! Glad someone understood it.

Wow, this still appears to be a bug in v1.30.