Skip to content

Procedures and BYREF

CALL runs a procedure

  • A procedure is a named block. It does a job and returns no value.
  • Define it with PROCEDUREENDPROCEDURE, and run it with CALL.
  • Parentheses are written even when there are no parameters.

Handout

Log in or create account

IGCSE, A-Level & AP