X11Basic
X11Basic copied to clipboard
X11-Basic BASIC programming language.
I'd like to generate macOS binaries and share with you. Referring to the old discussion: https://sourceforge.net/p/x11-basic/discussion/mac/thread/b88a6293/#ce13 I simply did this: ```sh git clone https://gitlab.com/kollo/X11Basic.git cd X11Basic git fetch origin apple...
I was trying out WAVE and SOUND `WAVE 1,1,0,,1 ! set sine wave, no attack` `SOUND 1,500,1 ! play a permanent tone on channel 1` While it worked on Android...
In GFA basic you can also do: SELECT i CASE 1 PRINT 1 CASE **2 TO 30** PRINT "its in 2...30" ENDSELECT It would be nice to have this in...
System: Linux Mint 20.2 Cinnamon 64-bit ### Steps to reproduce ### - Clone repository - cd to src/ directory - run ./configure and make - execute xbasic examples/graphics/conv_bmp.bas ### Expected...
The Fileselector is limited to the drive you choose at the start. There is no way to choose drives. This doesn't happen in GFA BASIC for TOS, the fileselector there...
There is one more flaw with keyevent in Windows. The QWERTZ-keyboard layout isn't working for me. With the German and US keyboard layouts I get the same result, when I...
When I use the console on my mobile phone (Moto g6; Android 9) console doesn't show what I tipping in when I type in Letter, any other Symbol works. I...
I fear there might be something wrong with the colon operator for arrays: `foo() = [1,2,3]` `dim b(3)` `b(0:1)=foo(1:2)` > print b(0) 2 > print b(1) 0 I expect `print...
I am using conda to build and install xbasic. However when I build with `./configure --prefix=/path/to/conda`, make fails to recognize this and will error out because [it can't find the...
As one can see when comparing the 64bit linux with the (32bit) Windows versions. Hm... this is a bigger task to fix...