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 >

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

2016-12-08 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 > 40

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

2016-12-08 Thread George Gwilt
> On 8 Dec 2016, at 14:09, Derek Stewart wrote: > > I was reading my old Qliberator manual which I had forgotten about the > $$external function to allow S*Basic procedures and Functions to be compiled > to that added to the S*BASIC to extend the commands. > > Can this be done

[Ql-Users] Qliberator External on Turbo??

2016-12-08 Thread Derek Stewart
Hi, I was reading my old Qliberator manual which I had forgotten about the $$external function to allow S*Basic procedures and Functions to be compiled to that added to the S*BASIC to extend the commands. Can this be done in Turbo, or can Turbo be altered to do this. Regards, Derek