go
Runs the currently loaded program.
run
If a program has been stopped due to hitting a breakpoint then continues to run the file.
step
If a program has been stopped due to hitting a breakpoint then runs the next line of code.
list Displays the currently loaded file.
breakpoint
Displays all the currently set breakpoints.
breakpoint + <line number>
Adds a breakpoint at the line number.
breakpoint - <line number>
Removes a breakpoint at the line number.
breakpoint - all
Removes all breakpoints.
trace on
Turns the trace functionality on.
trace off
Turns the trace functionality off.
vstack
Displays the variable stack.
errors
Displays the current errors.
load
Loads a file using the file manager.
load <file name>
Loads the file.
reload
Reloads the last loaded file.
autoload on
Turns the autoload on so the loaded file gets reloaded every time a program is run with go.
autoload off
Turns the autoload function off.
save
Saves the currently loaded file.
help
Starts the help system
?
Displays the quick help
format
Formats the loaded file.
comment
Comments a file
evolve programming language, evolve logo and website copyright 2015 Kevin Vans-Colina