comparison test/c3examples/comments.c3 @ 284:05184b95fa16

Moved tests to seperate folder
author Windel Bouwman
date Fri, 15 Nov 2013 13:43:22 +0100
parents python/c3/examples/comments.c3@3f6c30a5d234
children d9df72971cbf
comparison
equal deleted inserted replaced
283:c9781c73e7e2 284:05184b95fa16
1
2 /*
3 block
4 comment
5 */
6
7 // fjd jjd-
8 package comments; // hjfkds
9
10 function int tst()
11 {
12 return 0;
13 }
14