Aardappel/Wouter Van Oortmerssen's webpage appears to have disappeared. If anyone knows where it has gone, please let me know.

#"standard.h"

main {
        movestep(32,32)
        thing
        movestep(-32,-32)
        quad(
                jon2
                movestep(576,0)
                rotright
        )
}
jon2() {
        movestep(256,64)
        box(0,72,128,64,128)
        movestep(-256,-64)
        box(0,128,128,256,256)
}