Measures Concepts
GitHub icon

HP BASIC for OpenVMS

HP BASIC for OpenVMS - Programming language

< >

HP BASIC for OpenVMS is a programming language created in 1982.

#1199on PLDB 42Years Old

HP BASIC for OpenVMS is the latest name for a dialect of the BASIC programming language created by Digital Equipment Corporation (DEC) and now owned by Hewlett-Packard Enterprise (HPE). It was originally developed in the 1970s for the RSTS-11 operating system on the PDP-11 minicomputer. It was later ported to OpenVMS, first on VAX, then Alpha, and most recently Integrity. Read more on Wikipedia...


Example from Wikipedia:
10 PRINT "Enter a temperature in Celsius "; INPUT C when error in X = REAL(C) PRINT "Temperature in degrees Fahrenheit is "; (X * 1.8) + 32 use PRINT "Error: Enter a valid numeric value." end when 40 END

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout