Screen:Show()
Brings out the Screen dialog box where texts and graphics are displayed.
If you are going to make a game, you really want to use this.
function main() { Screen:Show() Screen:SetTitle("ka-lupet!") Konsol:Delay(1000) //added a delay to see the Screen dialog box }