6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
fs = {
|
||
|
read_file = fn (path: str) str {
|
||
|
READ_FILE path
|
||
|
}
|
||
|
}
|