summaryrefslogtreecommitdiff
path: root/baby.golem
blob: 6da1cb9e1789779d7cede3f6e3ec215a1eb84e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// simple comment
var stack;
var heap = 0;
const dwidth = 396;
const dheight = 224;

// simple function
fn hello()
{
	var x = 10;
	return x;
}