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

// prototypes
fn hello();
fn alloc(size);