8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
type M : string -> integer
|
|
|
|
function entry : M
|
|
|
|
entry(s) := {
|
|
return x;
|
|
}
|