3c73fb44c909d83a59de3487d77a7285e6cf5a67
[tiger.ml.git] / test01.tig
1 /* an array type and an array variable */
2 let
3 type arrtype = array of int
4 var arr1:arrtype := arrtype [10] of 0
5 in
6 arr1
7 end
This page took 0.07476 seconds and 3 git commands to generate.