Extension Syntax Options
Posted: Sat Feb 07, 2015 1:23 am
Didn't want to hijack another thread, so here's a comment:
It appears that an "if..." statement always needs to be closed with "end if" even when "return" appears in the code.
So for example, the Widget Builder flags this as an error:
if mTheme is "ios-8" then return 9
It would be nice if the language parsing would accept the above for more concise code.
It appears that an "if..." statement always needs to be closed with "end if" even when "return" appears in the code.
So for example, the Widget Builder flags this as an error:
if mTheme is "ios-8" then return 9
It would be nice if the language parsing would accept the above for more concise code.