Menu

#15 comma after for

open
Parser (13)
6
2006-07-14
2006-07-14
No

parsing of
for i=[1:3] a=a+1; endfor
does not work. A colon is still required, like

for i=[1:3], a=a+1; endfor

-> remove comma after range in parser

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.