Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are good things now to add to QB64?
#5
I have Eval code (and Steve does too, I think a more complete set of math functions, (they are easy to add into code)) and way more powerful FVal$ code if anyone wants a copy. I use FVal$ in my Interpreter "oh". I'd have to fix up the straight up Fval$ code version since the big incompatible Function name use change of v 2.0 Warning: it's not exactly Basic like but more like another program language whose name escapes this senior at the moment. But I can describe it's syntax:

Every Function is in the form of FunctionName[a1, a2, a3,...] all of them including add, subtract, divide, multiply
It's not a + b + c + d, it's add[a, b, c, d, ...] (some functions allow any number of arguments)
It's not a * x ^ 2 + b * x + c but add[mult[a,power[x,2],mult[b, x],c] Yikes! a Basic user would say.
But it's more powerful because you can do string functions and Booleans and probably do User Defined Functions with it as well though I haven't tested that. What a great idea!
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
RE: What are good things now to add to QB64? - by bplus - 08-17-2023, 08:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New drivers are good. James D Jarvis 0 365 04-30-2025, 12:42 PM
Last Post: James D Jarvis
  Finally some good Windows 10 news to share. Pete 22 4,345 07-12-2024, 11:25 PM
Last Post: Kernelpanic
  AI does a good job of analyzing code SpriggsySpriggs 5 1,096 04-26-2024, 02:29 AM
Last Post: Pete
  KISS MY ASCII GOOD PI! Pete 32 6,163 08-27-2022, 05:24 AM
Last Post: Pete
  The good news is we had a Google bot here most of the day. Pete 2 701 05-04-2022, 04:26 AM
Last Post: Pete

Forum Jump:


Users browsing this thread: