sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Add function declarations #16

Closed sbuberl closed 6 years ago

sbuberl commented 6 years ago

Add func keyword and add functions that look like so:

func blah(x: Int32) : void { a: uint32 = 1024_u32; i: int32 = 7_i; }

sbuberl commented 6 years ago

This was added.