Sina ![]() |
Hello World | Michael Neumann |
class HelloWorld interface methods show returns nil; inputfilters disp: Dispatch = {inner.*}; end; class HelloWorld implementation methods show begin self.printLine('Hello World'); end; end; main temps hello: HelloWorld; begin hello.show end |
Gibt "Hello World" auf dem Bildschirm
aus. |