Node:Procedure Call, Next:The Declaring Statement, Previous:goto Statement, Up:Statements
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.