home
/
code
/
tiger.ml.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Test every book test case
[tiger.ml.git]
/
compiler
/
testcases
/
test01.tig
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.028806 seconds
and
4
git commands to generate.