summaryrefslogtreecommitdiff
path: root/tnslc/compile/function.tnsl
blob: a2d764b680360e33832711118bc988161e777961 (plain)
1
2
3
4
5
6
7
8
9
10
struct Function {
	~uint8 name
}

/; method Function
	
	/; end
	;/
;/