summaryrefslogtreecommitdiff
path: root/baby.golem
blob: b936f53aa599d31356966d21e71394a8105ed3c6 (plain)
1
2
3
4
5
6
7
// simple comment
var stack;
var heap = 0;

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