world/New()
..()
world.log << shell("start \"touching newfile.txt\" touch newfile.txt")
Add that to a new project and compile and run and you get an empty line in the world log and no file in the enviroment root folder named newfile.txt. remove the start \"\" and it works fine making a file called newfile.txt with an exit code of 0.