Skip to content

Conversation

Joe7M
Copy link
Contributor

@Joe7M Joe7M commented Jun 29, 2025

The SDL version of SmallBASIC uses SDL3 now. Update of build instructions for Ubuntu 25.04 and Manjaro.

Joe7M and others added 2 commits June 29, 2025 13:47
The SDL version of SmallBASIC uses SDL3 now. Update of build instructions for Ubuntu 25.04 and Manjaro.
@Joe7M
Copy link
Contributor Author

Joe7M commented Jul 7, 2025

Fix for: Odd behavior with suppressing newline

I get a 5 second pause then Hello World spits out all at once like it’s been held in the print buffer.

#!/usr/bin/sbasic

for i = 1 to 5
  print "Hello World ";
  pause 1
next

@chrisws chrisws merged commit df4ec76 into smallbasic:master Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants