hello.malio 337 B

12345678910111213
  1. #!/usr/local/bin/malio
  2. # btw - Malio language program!
  3. program MalioTest # this is a header
  4. print " hello world! "
  5. print " This is an example of the Malio programming language "
  6. print " you cannot loop things yet... "
  7. writef " This is getting written to some file! "
  8. print " A file has been written! "
  9. end program