add nellie.close

This commit is contained in:
Daniel Barlow
2024-04-11 23:07:02 +01:00
parent f3a13630d3
commit 5564cf0554
2 changed files with 12 additions and 8 deletions

View File

@@ -3,3 +3,4 @@ print('dfg')
local f = nellie.open(2)
print(string.byte(f:read(1000), 0, 60))
print("CLOSED", f:close())