10-10-2023, 01:26 AM
If you are interested in this, even just to see Feather Wiki in action for release notes:
Release Notes
Release Notes
|
BAM: Release notes in the works for upcoming release
|
|
10-10-2023, 01:26 AM
If you are interested in this, even just to see Feather Wiki in action for release notes:
Release Notes
10-10-2023, 01:11 PM
Sounds interesting, CharlieJV. You coders who make things like this have my admiration. It’s a hard work. Good job with BAM.
If Pete was still around, I’m sure he’d be coming up with something funny using the new keyword ‘DoNothing’ - Dav
10-10-2023, 05:57 PM
(10-10-2023, 01:11 PM)Dav Wrote: Sounds interesting, CharlieJV. You coders who make things like this have my admiration. It’s a hard work. Good job with BAM. Loads of potential for some DoNothing ribbing. The intent there is a bit the same as the "Pass" statement in Python, but I much prefer "DoNothing": what, pass a parameter? pass gas? Mostly DoNothing to avoid If expressions that involve NOT, which often just confuses me.
10-11-2023, 05:42 PM
The above post is ribbing with secret sauce LOL
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
10-11-2023, 05:46 PM
(10-10-2023, 05:57 PM)CharlieJV Wrote:(10-10-2023, 01:11 PM)Dav Wrote: Sounds interesting, CharlieJV. You coders who make things like this have my admiration. It’s a hard work. Good job with BAM. REM is the BASIC DoNothing command. IF x = 123 THEN REM ^That's a whole line of code which does absolutely nothing. I suppose it more-or-less just acts like a stub so you can come back and fill in later whatever x is supposed to do when it equals 123, but at the moment, it really just does nothing.
10-12-2023, 01:42 AM
(10-11-2023, 05:46 PM)SMcNeill Wrote:(10-10-2023, 05:57 PM)CharlieJV Wrote:(10-10-2023, 01:11 PM)Dav Wrote: Sounds interesting, CharlieJV. You coders who make things like this have my admiration. It’s a hard work. Good job with BAM. IF x = 123 THEN REM ELSE .... that ain't going to work. IF x -= 123 THEN DoNothing ELSE ... is what I need in some circumstances. Not often, but when I do, that does it for me. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| QBJS v0.10.0 - Release | dbox | 7 | 1,035 |
01-12-2026, 01:00 PM Last Post: dbox |
|
| QBJS v0.9.0 - Release | dbox | 31 | 6,032 |
04-23-2025, 01:14 AM Last Post: dbox |
|
| QBJS v0.8.0 - Release | dbox | 11 | 2,348 |
02-13-2024, 10:11 PM Last Post: grymmjack |
|
| QBJS v0.8.2 - Release | dbox | 0 | 563 |
02-02-2024, 11:29 PM Last Post: dbox |
|
| BAM Draw | CharlieJV | 9 | 1,977 |
11-07-2023, 10:27 PM Last Post: James D Jarvis |
|