Functions

  • The main mechanism for abstraction
    • Can carry out a task
    • Can return values
  • A Function has the form

function name (parameter list) code goes here ... return optional end

  • parameters work as local variables
    • With function block scope