Create a file: Difference between revisions

Added Axe
m (commented (local-stores [name]) function)
(Added Axe)
Line 166:
system("mkdir /docs")
}</lang>
 
=={{header|Axe}}==
Since the TI-OS does not have a true filesystem, this task is emulated using an application variable instead of a file.
<lang axe>GetCalc("appvOUTPUT",0)</lang>
 
=={{header|BASIC}}==
Anonymous user