website tracking

Thursday 21 May 2009

LSL decisions and loops book

I have rezzed a third LSL tutorial book into the main hall of the library learning space area of Shimmer Island, and as with others in the series, please feel free to take advantage of the popup webpage nature of the medium to to take a full copy for your own use.

In this tutorial covers the basic requirements for the implementation of decision or branching structures in a script and then goes on investigate various means by which we can execute instructions through a sequence of iterations in a loop


  • The tutorial will cover

    Logical Operators and their use
    Relational Operators and their use
    Making simple decisions with the if() structure
    Using the if…else combination
    Using the if…else combination
    Implementing multiple if() statements
    Using nested if() statements
    The for() loop structure and its components
    Implementing nested for() loops
    Making decisions within loops
    The while() loop structure
    The do..while() loop structure

No comments: