Function prototype: Difference between revisions

Content added Content deleted
Line 937: Line 937:


(* A prototype declaration for a function with polymorphic argument *)
(* A prototype declaration for a function with polymorphic argument *)
val poly_args : 'a -> unit</lang>
val poly_arg : 'a -> unit</lang>


=={{header|Oforth}}==
=={{header|Oforth}}==