Statements implement this to actually perform whatever behavior the statement causes.
Method Detail
execute
void execute()
Statements implement this to actually perform whatever behavior the statement causes. "print" statements will
display text here, "goto" statements will change the current statement, etc.