BUG in EUPHORIA PARSER

new topic     » topic index » view thread      » older message » newer message

integer ctrl ctrl = 0

-- THIS WILL PARSE AND WORK PROPERLY
function inc1() return ctrl = ctrl + 1 end function

-- THIS WILL NOT PARSE CAUSES AN ERROR at the += 
function inc2() return ctrl += 1 end function



Bernie

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu