Search found 199 matches

by polka
Sun May 26, 2024 11:49 am
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 50
Views: 7481

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Me too, I am sad having missed this year and hope for the next meeting. My car is repaired.
BYE
by polka
Sat May 18, 2024 9:40 am
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 50
Views: 7481

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Hi all ! Jedi will unfortunately not attend. Yesterday morning, I was driving to Dormagen, when my car had a serious harware bug, and I had to stop immediately. As I was already in Germany but not more than 20Km (but in the middle of nowhere), I passed the rest of the (rainy) day to organize its ret...
by polka
Thu May 16, 2024 8:55 am
Forum: Help for New Users
Topic: Coding SuperBasic
Replies: 19
Views: 17419

Re: Coding SuperBasic

Hi all,

Something maybe to discuss at our meeting in Dormagen :
anylangy.pdf
Forth programming SuperBasic
(264.1 KiB) Downloaded 22 times
Bye
by polka
Thu Mar 21, 2024 10:32 am
Forum: Software & Programming
Topic: Modularity with plain SuperBasic
Replies: 3
Views: 1458

Re: Modularity with plain SuperBasic

UU : ultimate update ! The demonstration of my methods to program QL SuperBasic without line numbers was successfully tested on : Daniele's Qemulator with TK2 and JSrom and uQLx on PIzeroW with TK2 and Minerva198. I have to confess however that on these two configurations the FuNction MWOLN (Merge W...
by polka
Tue Mar 19, 2024 5:55 pm
Forum: General QL Chat
Topic: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)
Replies: 50
Views: 7481

Re: Anouncement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

Hello ! I would be very interested attending this meeting of QL users near Köln, because I will be in Strasburg ( not very far ! ). Do I have to book directly for a room and parking with the hotel, and may I do it early ? meaning NOW to be sure to have a room, but also, is it absolutely sure that th...
by polka
Tue Mar 19, 2024 5:05 pm
Forum: Software & Programming
Topic: Modularity with plain SuperBasic
Replies: 3
Views: 1458

Re: Modularity with plain SuperBasic

Some of you may have detected that I still use 2 GOTO statements in CFORMS, but it is because I simply cut CFORMS out of a previous "spaghetti" BOOT. Thus, I had to manually correct the GOTO destination lines. In these two occurences, the aim was to repeat a statement that was not yielding...
by polka
Tue Mar 19, 2024 4:52 pm
Forum: Software & Programming
Topic: Modularity with plain SuperBasic
Replies: 3
Views: 1458

Re: Modularity with plain SuperBasic

Indeed, it needs also the five following files, that it will merge with the BOOT program : CFORMS_txt DATA 18,4,0,2,0,2,2,0,7,7,12 DATA 12,2,"3K"," -=3072",5,18,2 DATA 12,2,"5K"," -=5120",5,18,3 DATA 12,2,"7K"," -=7168",5,18,4 DATA 12,2,&qu...
by polka
Tue Mar 19, 2024 4:42 pm
Forum: Software & Programming
Topic: Modularity with plain SuperBasic
Replies: 3
Views: 1458

Modularity with plain SuperBasic

To complement this post https://qlforum.co.uk/viewtopic.php?t=4287&start=16 , I decided to open this new thread to discuss some updates of my methods to program plain SuperBasic without line numbers. Basing the new developments on the same example of my modular generic BOOT with only these two s...
by polka
Sun Mar 03, 2024 9:17 am
Forum: Help for New Users
Topic: Coding SuperBasic
Replies: 19
Views: 17419

Re: Coding SuperBasic

Hi all !

Today it is snowy and rainy and windy in the Alps, so instead of skiing I could quickly correct my post above. new pdf !

Bye ! POLKa
by polka
Sat Mar 02, 2024 4:32 pm
Forum: Help for New Users
Topic: Coding SuperBasic
Replies: 19
Views: 17419

Re: Coding SuperBasic

Hi all ! Jedi is back ! By the way, have all the best new year ! This will not be about FORTH, but SuperBasic, Turbo and SSB etc. When I want computation speed and low level capabilities, I don't compile SuperBasic nor assembler, I use C. When I want interactivity (and speed) I use FORTH (on the QL,...