Node: Procedure Call, Next: , Previous: goto Statement, Up: Statements



Procedure Call
     subroutine_name;

This statement calls the subroutine subroutine_name which can either be a procedure or, if GNU extended syntax is turned on, a function. In this case, the result is ignored.