"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:
“If some beggar steals a bridle
hell be hung by a man whos stolen a horse.
Theres no surer justice in the world than that
which makes the rich thief hang the poor one.”
—Peire Cardenal (c. 11801272)