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,9 @@
$$ TEST: [-asc -tc]
(* type string : 1 -> character *)
type M : string -> integer
function entry : M
entry(s) := {
return 0;
}