Mercurial > lcfOS
comparison test/c3examples/functions.c3 @ 286:d9df72971cbf
Changed package to module
author | Windel Bouwman |
---|---|
date | Fri, 15 Nov 2013 13:52:32 +0100 |
parents | 05184b95fa16 |
children |
comparison
equal
deleted
inserted
replaced
285:e64c8c03128f | 286:d9df72971cbf |
---|---|
1 | 1 |
2 /* | 2 /* |
3 Demo of function usage | 3 Demo of function usage |
4 */ | 4 */ |
5 | 5 |
6 package functiondemo; | 6 module functiondemo; |
7 | 7 |
8 function void main() | 8 function void main() |
9 { | 9 { |
10 var int a, b, c; | 10 var int a, b, c; |
11 a = 3; | 11 a = 3; |