Next: , Previous: goto Statement, Up: Statements



6.1.7.11 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.