Search results

Jump to navigation Jump to search
  • [[Category:Comparisons and Loops]]
    54 bytes (7 words) - 10:02, 19 February 2012
  • [[Category:Comparisons and Loops]]
    54 bytes (7 words) - 10:03, 19 February 2012
  • [[Category:Comparisons and Loops]]
    54 bytes (7 words) - 10:07, 19 February 2012
  • [[Category:Comparisons and Loops]]
    322 bytes (36 words) - 13:01, 24 February 2012
  • [[Category:Comparisons and Loops]]
    492 bytes (65 words) - 11:00, 19 February 2012
  • Used in combination with [[If]] and [[Then]] to form a conditional statement that executes specific instruction The conditional execution statement must contain both [[If]] and [[Then]] in addition to [[Else]].
    698 bytes (96 words) - 10:55, 19 February 2012
  • * [[Begin]] and [[End]] can be used with [[Then]], [[Else]], [[For]], and [[While]] conditional statements. [[Category:Comparisons and Loops]]
    783 bytes (104 words) - 10:59, 19 February 2012
  • * [[Begin]] and [[End]] can be used with [[Then]], [[Else]], [[For]], and [[While]] conditional statements. ...), code lines within an instruction group should end with a semicolon (;), and only the last instance of [[End]] within the same conditional execution sta
    914 bytes (124 words) - 10:57, 19 February 2012
  • ...(Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs. * See [[And]] and [[Or]] for combining true/false expressions in one statement.
    809 bytes (103 words) - 11:27, 19 February 2012
  • ...(Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs. * See [[And]] and [[Or]] for combining true/false expressions in one statement.
    804 bytes (103 words) - 11:27, 19 February 2012
  • [[Category:Comparisons and Loops]]
    1 KB (153 words) - 11:12, 19 February 2012
  • <syntaxhighlight>E1 And E2</syntaxhighlight> ...aluates to false, the whole expression is evaluated as false due to the '''and''' logical operator. For example:
    1 KB (158 words) - 10:14, 19 February 2012
  • Not is used in True/False statements, and makes an expression '''opposite''' to another expression. For example, if c [[Category:Comparisons and Loops]]
    1 KB (137 words) - 10:45, 19 February 2012
  • * See [[And]] for logical '''and''' true/false expressions. [[Category:Comparisons and Loops]]
    1 KB (157 words) - 10:24, 19 February 2012
  • [[Category:Comparisons and Loops]]
    1 KB (180 words) - 11:12, 19 February 2012
  • ...crossed Below the plot of B if the value of A is less than the value of B and one of the following is true: ...ecutive sequence of one or more bars immediately preceding the current bar and the value of A was more than the value of B on the bar immediately precedin
    1 KB (208 words) - 11:15, 27 February 2012
  • ...ossed Above the plot of B if the value of A is greater than the value of B and one of the following is true: ...ecutive sequence of one or more bars immediately preceding the current bar and the value of A was less than the value of B on the bar immediately precedin
    1 KB (208 words) - 09:54, 19 February 2012
  • Used in combination with [[Begin]] and [[End]] to form a conditional loop statement that will execute a set of ins [[Begin]] and [[End]] statements are used to group instructions for conditional execution
    1 KB (203 words) - 11:22, 19 February 2012
  • ...ement that executes specific instructions if a logical expression is true, and with [[Else]] to form a conditional statement that executes specific instru The conditional execution statement must contain both '''If''' and [[Then]] - the use of [[Else]] is optional.
    2 KB (277 words) - 10:53, 19 February 2012
  • ...ecifies a numerical variable that holds the loop count, as well as initial and final counter values. The use of [[Begin]] and [[End]] statements is required to group the instructions for execution with
    2 KB (256 words) - 11:08, 19 February 2012

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)