Procedures

XC=BASIC supports the procedural style of programming through the PROC ... ENDPROC statements. To call a procedure, use the CALL command.

A procedure is similar to a subroutine, except that

Please see the documentation of PROC ... ENDPROC for more information.