Ulysses
General => Off-Topic => Topic started by: Bytewave on March 22, 2014, 02:51:19 PM
-
https://github.com/ShortCircuittheBrony/OCDOS (https://github.com/ShortCircuittheBrony/OCDOS)
^-^
So, yeah- I wrote an MS-DOS based operating system in Lua.
:D
It actually uses the most recent version of my script OCDLib (which is now on Pastebin (http://pastebin.com/CXVHuCcE)).
So, yeah. Mhm.
I coded this in my spare time- mainly to test my coding skills.
At the moment it contains one command: hello, which is like a "hello world" command. :D
-
Bump because this is cool and I released a new commit that adds argument functions.
Example:
add 1 2
would add the numbers 1 and 2 and display the result.