Mercurial > lcfOS
comparison test/c3examples/cast.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 how to type cast | 3 Demo of how to type cast |
4 */ | 4 */ |
5 | 5 |
6 package castdemo; | 6 module castdemo; |
7 | 7 |
8 function int testcast() | 8 function int testcast() |
9 { | 9 { |
10 var int a; | 10 var int a; |
11 var int* b; | 11 var int* b; |