The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Difference between revisions of "Talk:If statement"
From Unreal Wiki, The Unreal Engine Documentation Site
m (New page: --~~~~ A description of inline ifs needs to be added ( condition ? dowhentrue() : dowhenfalse(); )) |
m (conditonal *operator* -> operators) |
||
Line 1: | Line 1: | ||
− | --[[User:Azura|Azura]] 03:03, 9 February 2009 (UTC) | + | A description of inline ifs needs to be added ( condition ? dowhentrue() : dowhenfalse(); ) --[[User:Azura|Azura]] 03:03, 9 February 2009 (UTC) |
+ | |||
+ | :That's not an "inline if", that's the conditional operator. It's probably worth mentioning, but it should really be described on the [[operators]] page. —[[User:Wormbo|Wormbo]] 06:53, 9 February 2009 (UTC) |
Revision as of 23:53, 8 February 2009
A description of inline ifs needs to be added ( condition ? dowhentrue() : dowhenfalse(); ) --Azura 03:03, 9 February 2009 (UTC)