OK, first code snippet should be like this:
SetDisplayAspect( 4.0/3.0 )
do
i=10
IF i = 10
Print (" Hello, world! ")
SetPrintColor( 255,0,255, [ 255 ] )
ELSE
Print ( "The condition i is not equel to ten" )
ENDIF
Sync()
loop
When you use "if (case) THEN" the remaining code should be on the same line as the "if" statement.
Second snippet, a "for" loop should be like this:
for i=1 to 10
Print( "Hello, World!" )
next
Check out some of the tutorials in my signature and the help files under the "IDE/Help" folder in the AppGameKit install and you'll understand the syntax a little better.
Damn you Hodgey, ninja score = Hodgey+1
this.mess = abs(sin(times#))