User Tools

Site Tools


at:tutorial:basic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
at:tutorial:basic [2011/05/23 13:38] – added tvcutsemat:tutorial:basic [2011/05/23 13:43] tvcutsem
Line 1: Line 1:
- 
 ====== Functional and Imperative Programming ====== ====== Functional and Imperative Programming ======
    
Line 439: Line 438:
 ===== Control Flow Constructs ===== ===== Control Flow Constructs =====
  
-Control flow constructs are defined in the lexical root of AmbientTalk. The lexical root is an object containing globally visible native methods (i.e. it is the top-level environment). We have already seen in the previous sections examples of use of the foreach and if/then structures. A list of traditional control flow structures defined in AmbientTalk is shown below:+Control flow constructs are defined in the "lexical root". The lexical root is an object containing globally visible native methods (i.e. it is the top-level environment). We have already seen in the previous sections examples of use of the foreach and ''if:then:'' control structures. A list of traditional control flow structures defined in AmbientTalk is shown below:
 <code> <code>
 if: booleanCondition then: consequentClosure if: booleanCondition then: consequentClosure
at/tutorial/basic.txt · Last modified: 2020/02/09 22:05 by elisag