Test every book test case
[tiger.ml.git] / compiler / testcases / test01.tig
CommitLineData
38ffcb1f
SK
1/* an array type and an array variable */
2let
3 type arrtype = array of int
4 var arr1:arrtype := arrtype [10] of 0
5in
6 arr1
7end
This page took 0.025772 seconds and 4 git commands to generate.