Interface Jasic.Statement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute()
      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.