Singleton
Purpose
Example
=fs.open("Hello world.txt")FileSystem = choice.newfs = FileSystem.new(this FileSystem).open(filename String) = undefined
(this FileSystem).rename(oldname String) as(newname String) = undefined
(this FileSystem).delete(filename String) = undefined=fs.open("Hello world.txt")
=fs.rename("Jojo.md") as("Koko.md")
=fs.delete("/")Last updated