forked from solstice/solstice
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
def file_Read(string file) string {}
|
|
def file_Write(string file, string content) {}
|
|
|
|
ground {
|
|
extern "fileio"
|
|
}
|