Variables

Cards (4)

  • How are variables assigned?
    =
  • x = 3
    name = “Bob”
  • Variables declared inside a function or procedure are assumed to be local to that subroutine
  • Variables in the main program can be made global with the keyword global