44 Sablon alprogramparaméterének használata with Maximum; procedure Max_Demo is function I_Max is new Maximum( Integer, < ); function I_Min is new Maximum( Integer, > ); function F_Max is new Maximum( Float ); … end Max_Demo;