comparison python/c3/examples/comments.c3 @ 220:3f6c30a5d234

Major change in expression parsing to enable pointers and structs
author Windel Bouwman
date Sat, 06 Jul 2013 21:32:20 +0200
parents
children
comparison
equal deleted inserted replaced
219:1fa3e0050b49 220:3f6c30a5d234
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