Quote:Here is some more stuff I have done without S.I.C.K.
Hehe, Touche..
Attached is the fourth structure,
Erik.
I dare you...
|
Quote:Here is some more stuff I have done without S.I.C.K. Hehe, Touche.. Attached is the fourth structure, Erik.
03-16-2023, 08:04 AM
micro(A)developer
http://basic4us.epizy.com/forum/index.php
And for the sake of completeness, this is perfectly valid:
Code: (Select All) For x = 1 To 10 Step 2
03-16-2023, 09:57 AM
(03-16-2023, 12:41 AM)eoredson Wrote: This can be done in S.I.C.K. but I dare the authors of Qb64pe to do this:
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32 Libraries & useful Functions: https://staging.qb64phoenix.com/forumdisplay.php?fid=23
03-16-2023, 02:09 PM
03-16-2023, 02:13 PM
(03-16-2023, 08:04 AM)aurel Wrote: mnrvovrfc It's Kate (KDE Advanced Text Editor), in EndeavourOS (Arch Linux descendant). I checked out Q4OS like you recommended me but with KDE Plasma (the slightly older one than EndeavourOS). I looked at the system with Trinity but I'm no longer accustomed to Windows98/WindowsXP way of working LOL. I prefer Dolphin instead of Konqueror as file manager, and a different web browser (have to use Firefox). Nice desktop though. I had to find the way to reduce the screen brightness of my laptop from maximum.
03-16-2023, 02:33 PM
aha...it is Kate
i know that i saw it somewhere , ahh Arch...grrr i have problems with Arch based distros..never work for me all of them are kind of heavy on resources yes Q4OS ...hmmm i am not very much happy about it ..it is kind of slow i still have it installed on my linux partition but i am in doubt what to reinstall between ChaletOS and XentaOS ..what you think? just little thing ..ChaletOS have preinstalled Wine but Xenta is little bit quicker.
micro(A)developer
http://basic4us.epizy.com/forum/index.php
03-16-2023, 03:23 PM
(03-16-2023, 02:09 PM)mnrvovrfc Wrote:(03-16-2023, 03:32 AM)SMcNeill Wrote: Here is some more stuff I have done without S.I.C.K. In that case, simply do: Code: (Select All) foo
03-16-2023, 05:27 PM
(This post was last modified: 03-16-2023, 05:43 PM by mnrvovrfc.
Edit Reason: six times in five minutes, sorry about that
)
(03-16-2023, 03:23 PM)SMcNeill Wrote: In that case, simply do: In SICK64 must instead jump to the code after the last line which is shown in the example, because that interpreter doesn't recognize subprograms. eoredson you'll have to edit your documentation a bit, the code example has "NEXT" where there should be a "NEXTIF" to match the "FORIF", I think because I haven't tried it, I have to go back to Windows to test 32-bit stuff, don't like doing it with Linux/Wine. Code: (Select All) 10 FORIF M=-1,L=1 TO 10 This could be replicated in QB64(PE) (according to "FORIF" instructions in attached text file): Code: (Select All) 5 IF M = -1 THEN EDIT: Noticed also the "SELECTIF". These weird constructs are to combine "IF" with "FOR" or some other scope construct. But it could be confusing to somebody deeply ingrained into Microsoft BASIC. The "FORIF" in particular resembles the "for(initialize; condition; update)" in C. Might as well re-create "FOR... NEXT" along those lines.
03-16-2023, 05:47 PM
Quote:because that interpreter doesn't recognize subprograms hmmm ..is this a joke I only see strange construction like EXIT FOR 2 looks like interpreter don't track NEXT iterator from FOR/NEXT stack because he author don't have iterator after NEXT ...
micro(A)developer
http://basic4us.epizy.com/forum/index.php |
« Next Oldest | Next Newest »
|