Prints the given value or string to the screen and adds a new line character so that the next print command will be one line down.
Print( i )
void agk::Print( int i )
Print( f )
void agk::Print( float f )
Print( szString )
void agk::Print( const char *szString )