Author Topic: Unable to get address  (Read 1269 times)

0 Members and 1 Guest are viewing this topic.

JRS

  • Guest
Re: Unable to get address
« Reply #15 on: February 23, 2021, 02:11:38 AM »
My approach at a compiled solution is CBASIC. I try to make C look like BASIC embedding the ScriptBasic API for functionality not native to C. IUP provides the GUI layer. Check out my thread on the subject on the AllBasic.info forum. CBASIC is targeted for the Raspberry Pi line of products.
« Last Edit: February 23, 2021, 02:51:12 AM by John »

JRS

  • Guest
Re: Unable to get address
« Reply #16 on: February 23, 2021, 06:02:19 PM »
Quote from: Charles Pegge@JRS
I thought of 9 different uses for '&'. It is the most overused symbol in Basic, especially in o2.

& only has 2 uses in ScriptBasic.

Code: Script BASIC
  1. PRINT "Hello " & "World", "\n"
  2. PRINT &H40, "\n"
  3.  


C:\ScriptBASIC\examples>sbc ampersng.sb
Hello World
64

C:\ScriptBASIC\examples>



Nicola

  • Guest
Re: Unable to get address
« Reply #17 on: February 25, 2021, 12:42:16 AM »
@Charles
is Symantec Endpoint Protection.

JRS

  • Guest
Re: Unable to get address
« Reply #18 on: February 25, 2021, 02:09:09 AM »
Nicola,

Can I assume you're from Italy?

Nicola

  • Guest
Re: Unable to get address
« Reply #19 on: February 26, 2021, 02:58:19 AM »
Yes, I live in Italy.
 :)

And you?
What about Charles?

JRS

  • Guest
Re: Unable to get address
« Reply #20 on: February 26, 2021, 08:19:44 AM »
I live near Seattle in the San Jaun islands. Charles lives in the UK.