This commit is contained in:
Scarlett
2025-05-03 19:25:55 -04:00
parent fbd08c634a
commit ea7c284665
64 changed files with 121 additions and 995 deletions

View File

@ -0,0 +1,12 @@
$$ TEST: [-asc -tc]
type M : string -> integer
function entry : M
entry(s) := {
[
integer: x
]
x := 0;
return x;
}