index
:
swppy
master
Softwareprojekt Übersetzerbau SS09
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test4.t
blob: 7cb19ff1ada6497ea3b1ed6eb80342de360e0e0d (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
fun
times2
[
n
]
@
n
*
2
end
fun
main
[]
n
=
10
+
5
res
=
call
times2
[
n
]
@
res
end