8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
module;
|
|
|
|
proc separator*() -> Char;
|
|
return ','
|
|
end;
|
|
|
|
end.
|