Short form of "if" statement
- Posted by SnakeCharmer Dec 26, 2012
- 1142 views
Offer to include "then" keyword for "if" with only consequence and without "else" branch. Example:
if x < 0 then x = -x
instead of
if x < 0 x = -x end if
I think, it would be very useful.