Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!ncrlnk!wright!thor.wright.edu From: demon@thor.wright.edu (Brett Kottman) Newsgroups: comp.lang.pascal Subject: Brain Teaser Message-ID: <727@thor.wright.EDU> Date: 4 Oct 89 23:53:42 GMT References: Sender: news@wright.EDU Reply-To: demon@thor.wright.edu Lines: 10 Okay, time to exercise your brain as well as your fingertips: Write a routine that will convert from one base to another. function convert(base : integer; input_num : string) : string; is the function header. Keep the line count down!