Files
hakorune/local_tests/test_unified_filebox.hako

7 lines
139 B
Plaintext

local file
file = new FileBox()
file.open("test.txt", "w")
file.write("Hello nyash.toml\!")
file.close()
print("FileBox test completed\!")