Test

From Aldor

Jump to: navigation, search

This is a page to test different things.

[edit] Code sample

The Aldor code be be introduced by <pre>...</pre>:

#include "aldor"
#include "aldorio"

main(): () == {
        stdout << "hello world" << newline;
}

main();

or by blank space at the beginning of the line:

#include "aldor"
#include "aldorio" 

main(): () == {
        stdout << "hello world" << newline;
}

main();

Another way is to upload aldor source files:

File upload Media:Sieve.as.

Another link to file upload sieve.as.

Personal tools