If Type – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
The article states that the if type is a "helper type". I need a stricter definition of both the "if type" and the concept of "helper type" in general. To help you understand what I'm asking, look at the following:
The article states that the so-called ''if type'' is a "helper type". I need a stricter definition of both the "if type" and the concept of "helper type" in general. To help you understand what I'm asking, look at the following:


  if ( expression )
  if ( expression )


As you can see, that is an incomplete if statement. Is the term "if type" meant to refer to the part of an if statement consisting of the reserved word <tt>'''if'''</tt> followed by a boolean expression enclosed in parentheses, as exemplified above? If not, clarify in good, unambiguous english.
As you can see, that is an incomplete if statement. Is the term "if type" meant to refer to the part of an if statement consisting of the reserved word <tt>'''if'''</tt> followed by a boolean expression enclosed in parentheses, as exemplified above? If not, clarify in good, unambiguous english. [[User:Killswitch|Killswitch]] 02:01, 24 March 2007 (CET)

Revision as of 03:01, 24 March 2007

The article states that the so-called if type is a "helper type". I need a stricter definition of both the "if type" and the concept of "helper type" in general. To help you understand what I'm asking, look at the following:

if ( expression )

As you can see, that is an incomplete if statement. Is the term "if type" meant to refer to the part of an if statement consisting of the reserved word if followed by a boolean expression enclosed in parentheses, as exemplified above? If not, clarify in good, unambiguous english. Killswitch 02:01, 24 March 2007 (CET)