-
What the title says - if you have a method that returns a value, and the SmallBasic script doesn't somehow catch it, it freezes Unity. (In my test case I return a new StringValue("True") or new String…
-
https://smallbasic-publicwebsite.azurewebsites.net/
-
Hi, thanks for making an AppImage. However, it looks like it was built on too new a system and hence cannot run on Ubuntu bionic:
```
AppRun: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' …
-
Tested on 12.20 FLTK version.
Document tells me the first dimension is y and 2nd dimension is x. But I follow that instruction, ex. dim a(479, 639), the result is wrong. dim a(639, 479) will be cor…
-
Windows, smallbasic_12_20 but earlier too!!!!
```
a=77.603
?a
?round(a,3)
?"now why not: 77.603 ????"
pause
end
```
gives always 77.60299999999999
Cheers!
Oooouuuups - on Android to…
-
This code (the GraphicsWindow.Title method):
GraphicsWindow.Title = "Graphics Window"
Causes this error:
"The library member 'GraphicsWindow.Title' was available in older versions only, and h…
-
Following program doesn't show the image.
```
path = "http://www.nonkit.com/smallbasic.files/Turtle.png"
GraphicsWindow.DrawImage(path, 10, 10)
```
-
If you sometimes have to type comments that span multiple lines then it can become boring typing the REM (') after each line. I Propose we extend the syntax with:
```
`'/ These are my
' multiline…
-
https://github.com/sb/smallbasic-editor/issues/127 was fixed, somehow
-
Turtle appears not on the trailing line on Chrome browser.
This is the sample code:
```
GraphicsWindow.DrawImage("https://aka.ms/smallbasic-maze1", 0, 0)
Turtle.Show()
Turtle.X = 50
Turtle.Y…