"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:
“The rhetorician would deceive his neighbours,
The sentimentalist himself; while art
Is but a vision of reality.
What portion in the world can the artist have
Who has awakened from the common dream
But dissipation and despair?”
—William Butler Yeats (18651939)