Files
highground-fork/libs/file.sols

7 lines
116 B
Plaintext
Raw Normal View History

2026-01-28 20:13:28 +11:00
def file_Read(string file) string {}
def file_Write(string file, string content) {}
ground {
extern "fileio"
}