[next][previous][up][top][index]
search for:

control structures -- an overview

  • loops -- evaluate code repeatedly
  • mapping over lists -- apply a function to each element of a list
  • mapping over hash tables -- apply a function to each element of a hash table
  • conditional execution -- execute some code if a condition is true
  • alarm -- set an alarm
  • error handling -- signalling and trapping errors

  • [next][previous][up][top][index]
    search for: