test

say "Howdy partner.";
printf( "hello world\n" );

for ( i = 10; i < 20; i++ )
{
   DoSomething( 10.0f, i );
}

test

It has an auto-preview

nice!