
Comments

Duck Terminal
:DUCK TERMINAL>
This is a Python/Cmd Prompt type terminal. Instructions are inside the project, and do what you like. It consists of 14 commands, which include:
return (like print from python),
join (combining strings),
add,
subtract,
multiply,
divide,
create variable,
set variable,
use variable,
create function,
set function,
use function,
random number,
repeat.
there are examples also inside the project. you can create basic scripts.
If it's not clear in the project, you just need to remember these 3 rules:
each (nested) command must use a different set of characters as parentheses
you cannot name a variable or function the same name as a command
a variable cannot be named the same as a function (and vice versa)
with that, you should be able to make some pretty cool/diverse/complicated scripts.
THIS IS NOT SOME GAME COMPLEX CODING LANGUAGE
it was never meant to be that.
this is simply a fun little mashup between python and windows command prompt that i made for fun. If you find some catastrophic bug, tell me and ill patch it in like a day or two.
thanks a lot!!!!
...
#retro LOL
