From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b89f74f9dcec498,start X-Google-Attributes: gid103376,public From: rgelb@csulb.edu (Robert Gelb) Subject: How to do Generic function? Date: 1996/04/18 Message-ID: <4l4h1p$g6v@hatathli.csulb.edu>#1/1 X-Deja-AN: 148110412 organization: Cal State Long Beach newsgroups: comp.lang.ada Date: 1996-04-18T00:00:00+00:00 List-Id: I am trying to create a generic sort function that will accept as input an array of integers or strings or floats and output that array sorted. Is there a way to do it in ADA? Thanks in advance, Robert