Misplaced Pages

Multi-user BASIC

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Multi-user BASIC" – news · newspapers · books · scholar · JSTOR (February 2017) (Learn how and when to remove this message)

Multi-user BASIC was a dialect of the BASIC language for the DEC PDP-11 running the RT-11 operating system. One or more users were supported in separate address spaces sharing the same language interpreter. The syntax of the language was similar to but not identical to BASIC-11. A key language element was the support for virtual files. These were similar to the virtual arrays in BASIC-PLUS in but more limited. An array of integers, floating-point, or character strings of length 1, 2, 4, 8, 16, 32, or 64 could be placed in file and accessed with a subscript. The file could actually be opened (or re-opened) with a different definition allowing integers, characters, and floating point numbers to be stored in the same file.

Like BASIC-11, Multi-User BASIC provided some support for lab equipment, support for character terminals (LA30, VT100). Because it was a multi-user system, it did not support real-time data collection.fw.max_users=3 fw.show_multiuserui=1

References

  1. At a Low-Range Price PDP-11 V03 Gives Mid-Range Performance, By Hillel Segal, Computerworld, 16 Jun 1980, Page 36
  2. Computers in Analytical Chemistry, edited by R Belcher, Page 159, Typically, the most common are....Multi-user Basic,...


Stub icon

This programming-language-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: