On 23 Nov 2010, at 12:30, Dilwyn Jones wrote: > I'm trying to compile an old QL program with Turbo. > > I need to put in a "don't compile this bit, it's only for interpreted use" > instruction (a procedure which saves the program), but can't remember how to > do this in Turbo. > > In QLiberator I just use REMark $$on and $$off directives. Is there an > equivalent in Turbo? >
Put in DEBUG 1 before the lines you want not compiled and DEBUG 0 after. George _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
