oldcomputernerd.com/md/MVS/basic.md

6 lines
339 B
Markdown
Raw Normal View History

2025-01-15 19:10:09 +00:00
## BASIC Programming on MVS
There are many flavors of BASIC available for the IBM MVS operating system. The original port of Dartmouth BASIC, known as DTSS BASIC, is called BASIC/360, and is already implemented by the supplement tape for MVS 3.8j. So, everything I do on the emulator is based on that version of BASIC.
2025-01-15 19:10:09 +00:00
More to follow...