* This is the full source for "hello world" in ChaiLove, using a `main.chai` file. Running this code will cause an 640 by 480 window to appear, and display white text on a black background.
* This is the full source for "hello world" in ChaiLove, using a `main.chai` file. Running this code will cause an 640 by 480 window to appear, and display white text on a black background.
*
*
* @code
* @code
* global logo
* global x = 10.0f
*
* def load() {
* def load() {
* logo = love.graphics.newImage("logo.png")
* global logo = love.graphics.newImage("logo.png")