Able to run stuff os is broken :(. NOTE: Turbo mode highly reccomended as ideate has a long wait time in-between frames normally. Use this to make programs for the Able to run stuff OS, as well as test them. You can't use any features of the os api in the original project as it does not have the import added. Example program from which you can open via file icon>open: untitled1§# use the able to run stuff os api§import os§# make a new file labled 'hi' and set the value to "hello world!"§file.new("hi")§file.write("hi", "hello world!")§# read the content of 'hi' and print it§file.read("hi")§print(return)§# quit§quit()§ Docs: Check out the original project for language documentation. Here is the list of imports for ATRS OS and their functions and variables os - basic OS capabilities: window - window-related functions: window.show() - This function shows the window window.text - this is a read-only variable showinng the window text window.text.set(str) - set the window text (title) window.hide() - hide the window window.is_showing - true if the window is open, false if it is not file. - everything beginning with this is file related file.