Files
compiler-the-translators/tests/given/test/entry.definition.alpha
Scarlett ea7c284665 woah
2025-05-03 19:25:55 -04:00

10 lines
133 B
Plaintext

$$ TEST: [-asc -tc]
(* type string : 1 -> character *)
type M : string -> integer
function entry : M
entry(s) := {
return 0;
}