comparison examples/c3/comments.c3 @ 300:158068af716c

yafm
author Windel Bouwman
date Tue, 03 Dec 2013 18:00:22 +0100
parents test/c3examples/comments.c3@d9df72971cbf
children
comparison
equal deleted inserted replaced
299:674789d9ff37 300:158068af716c
1
2 /*
3 block
4 comment
5 */
6
7 // fjd jjd-
8 module comments; // hjfkds
9
10 function int tst()
11 {
12 return 0;
13 }
14