- #!/usr/local/bin/malio
- # btw - Malio language program!
- program MalioTest # this is a header
- print " hello world! "
- print " This is an example of the Malio programming language "
- print " you cannot loop things yet... "
- writef " This is getting written to some file! "
- print " A file has been written! "
- end program
|