Alice0175c's Code
Created by: Dick Baldwin
world
Events
When the world starts |
Do: |
|
Methods
public void main ( ) {
|
|
// Copyright 2007, R.G.Baldwin |
// Illustrates a slightly more complex counting loop. |
doInOrder { |
|
// Pause for one second. |
wait( 1 second ); |
} |
for (int index = 0 ; index< 9 times ; index += 2 ){ |
|
ground .say( ( The value of index is: + ( index .toString() ) ) ); duration = 2 seconds |
} |
ground .say( goodbye ); |
} |
|