IF Statements
Each language offers equivalent IF functionality. The THEN clause is allowed only on the IF statement in Visual FoxPro.
Visual FoxPro | BASIC |
---|---|
|
|
Pascal | C/C++ |
---|---|
|
|
See Also
Assignment Statements | Case Sensitivity | CASE Statements | Comments | FOR Loops | Parameter Passing by Reference | Parameter Passing by Value | Variable Declaration | WHILE Loops