fixed close function

This commit is contained in:
Add00
2023-08-08 23:41:23 -04:00
parent e2dda434f8
commit 648a5f84db
2 changed files with 51 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ import fileio;
// file.write(12, ",", 12);
// file.size();
// file.isOpened();
// file.error();
// file.getrror();
// file.position();
// file.mode();
// file.close();
print file.close();
}