M6 150 Posted May 22, 2020 Report Share Posted May 22, 2020 (edited) We are excited to announce the open-sourcing of Microsoft GW-BASIC on GitHub! Yes, seriously Why? Since re-open-sourcing MS-DOS 1.25 & 2.0 on GitHub last year, we’ve received numerous requests to also open-source Microsoft BASIC. Well, here we are! [Continua...] In Devblogs Microsoft, 22 de Maio de 2020 Edited May 22, 2020 by M6 2 Report 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now