summaryrefslogtreecommitdiff
path: root/baby.golem
blob: 52a07f9c512511354ad6ceaf9327e51a0280b70e (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(coucou)
{
	var x = coucou * 10;
	return x;
}