plts
Jump to navigation
Jump to search
plts (programming language that sucks) is a stack-based programming language.
Commands
?[letter]
: push letter to the end of the stack%[letter]
: push letter to the beginning of the stack&
: prints last item of stack$
: prints first item of stack#
: prints stack@
: prints stack but reversed<
: removes first item of stack>
: removes last item of stack
Installation
- Download Python 3.9
- Download the 'main.py' file from the github repository
- Run
python3 [main.py file path] [(optional)code file path]
Hello world! program
?H?e?l?l?o? ?w?o?r?l?d?!#