Files
compiler-the-translators/tests/carl/Errors/entry.undeclaredVar.alpha
Scarlett c091927fe7 carl
2025-04-15 14:46:00 -04:00

8 lines
78 B
Plaintext

type M : string -> integer
function entry : M
entry(s) := {
return x;
}