theheiko / Publications
Forum
return expressions are not allowed on a global basis
Hi, since the latest upgrade to build 600 I am getting the "return - expressions are not allowed on a global basis" error. Any idea why that happens? int start() { write_data(); } return ;