AngelScript
Functions

Global functions provide the mean to implement routines that should operate on some input and produce a result.

  void foo()
  {
    // Do something
  }