Files
doslang-mirror/fec/tests/m6/oktrim.fe
T

6 lines
71 B
Plaintext

unit oktrim;
fn trimmed(line: str) -> str {
return line.trim();
}