You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open "junk.txt" for output as #1
print #1, "test"
close #1
creates txt file that when opened with Notepad++ shows file as Unix (LF) instead of Windows (CR/LF) and doesn't open with other legacy basics. Tested sbasic.exe, sbasicg.exe, and sbasicg64.exe