Call
Calls a Subroutine, Procedure or Inline-Assembler-Label. Syntax:
Procedures do not have to be called using Call as this is the default method. This will also work:
- ProcedureName([Parameter1, Parameter 2, ..])
See also: void
en:call
Calls a Subroutine, Procedure or Inline-Assembler-Label. Syntax:
Procedures do not have to be called using Call as this is the default method. This will also work:
See also: void