Re: [Ql-Users] Qliberator External on Turbo??

2016-12-09 Thread Dilwyn Jones
On 8 Dec 2016, at 15:02, Derek Stewart wrote: But what I mean is, if a SBASIC procedure is written, it can be compiled with Qliberator and LRESPRed into the Interpreter list. E.g. from Qliberator Manual 10 $$external 20 Def Proc Square(x) 30 print x*x 40 End Def Square

Re: [Ql-Users] Qliberator External on Turbo??

2016-12-09 Thread George Gwilt
> On 8 Dec 2016, at 15:02, Derek Stewart wrote: > > > But what I mean is, if a SBASIC procedure is written, it can be compiled with > Qliberator and LRESPRed into the Interpreter list. > > E.g. from Qliberator Manual > > 10 $$external > 20 Def Proc Square(x) > 30 print x*x >