diff options
Diffstat (limited to 'point.toc')
-rw-r--r-- | point.toc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,10 +1,5 @@ pkg "point"; -#export f ::= 3.123343234; - - -#export g ::= -3.14938244 as f64; -/* #export Point ::= struct { x, y: int; @@ -18,4 +13,3 @@ pkg "point"; mk_point2 ::= fn(x, y:int) p: Point { p = mk_point(x*x, y*y); }; -*/
\ No newline at end of file |