Monkey Coder – Hello World
Monkey is a next-generation games programming language that allows you to create apps on multiple platforms with the greatest of ease.
Let’go on!
' This is only a single line comment #rem Multiple line comment Multiple line comment #end 'The main function is required in every project!!!! ' ********** Function Main() START ********** Function Main() ' Render the text Print ("Hello World") ' Every function needs to be closed!!! End ' ********* Function Main() END **********