comparison user/lib.c3 @ 313:04cf4d26a3bc

Added constant function
author Windel Bouwman
date Wed, 18 Dec 2013 18:02:26 +0100
parents ff665880a6b0
children 084cccaa5deb
comparison
equal deleted inserted replaced
312:2c9768114877 313:04cf4d26a3bc
3 /* 3 /*
4 Runtime library. 4 Runtime library.
5 5
6 */ 6 */
7 7
8 function void print(string txt) 8 function void print(int txt)
9 { 9 {
10 // TODO 10 // TODO
11 } 11 }
12 12
13 13