function main() {
Screen:Show()
Screen:BackColor(16711680) //make the background color blue
Screen:PrintString("Mabuhay!") //print the message
Screen:Render() //display the message to the viewing Screen
Konsol:Delay(1000) //pause for a second to read the message
}