Assignment operand evaluation order bug

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

marksibly(Posted 2007) [#1]
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"



Grey Alien(Posted 2007) [#2]
Hey did you see my post then? Nice simple duplication! Glad someone understood it.


SebHoll(Posted 2008) [#3]
Wow, this still appears to be a bug in v1.30.