"Hello, World" Example
The following is a hello world example using the syntax of UnrealScript.
class HelloWorld extends GameInfo; event InitGame( string Options, out string Error ) { `log( "Hello, world!" ); }The following text will be printed to the output console when HelloWorld is initializing:
Hello, world!Read more about this topic: UnrealScript
Famous quotes containing the word world:
“These men had no need to travel to be as wise as Solomon in all his glory, so similar are the lives of men in all countries, and fraught with the same homely experiences. One half the world knows how the other half lives.”
—Henry David Thoreau (18171862)