procedure PROC{ arg1[int], arg2[int], arg3[int], arg4[int], arg5[int] } is print arg1 & arg2 & arg3 & arg4 & arg5 end procedure PROC(1, 2, 3, 4, 5)