More file IO!
Can now create, delete, and write to files.
This commit is contained in:
@@ -14,3 +14,4 @@ System.print(stash.isOpen) // expect: false
|
||||
System.print(File.open("test/io/file/open_block.wren") {|file|}) // expect: null
|
||||
|
||||
// TODO: Test a fiber aborting inside the block.
|
||||
// TODO: Test return value.
|
||||
|
||||
Reference in New Issue
Block a user