1. BUG in EUPHORIA PARSER

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 message » categorize

2. Re: BUG in EUPHORIA PARSER


new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu