questTBE is relatively simple compared to other esolangs like Brainf*ck, as it uses Python. Under here you will find all current modules.
print(): It prints text.
input(): Creates a input field where you can input something that then gets printed.
math(): Does math.
wait(): Waits a given amount of seconds.
random(): Chooses something random in a string of numbers.
math(pi): Calculates the first 16 digits of Pi.
print(repeat): Prints text based on a given integer.
help(): Opens up this manual.
credits(): Opens up the credits page.
[space] -preview: Runs the script after the line is inputted, and then also runs it during the regular run cycle.
[space] -runnow: Runs the script after the line is inputted, and then doesn't run it during the regular run cycle.