Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

LotusScript

< >

LotusScript is a programming language created in 1996.

#936on PLDB 28Years Old
Wikipedia

LotusScript is an object oriented programming language used by Lotus Notes (since version 4.0) and other IBM Lotus Software products. LotusScript is similar to Visual Basic. Developers familiar with one can easily understand the syntax and structure of code in the other. Read more on Wikipedia...


Example from hello-world:
Sub Initialize Print "Hello World" End Sub

Language features

Feature Supported Example Token
Strings ✓
"Hello world"
"
Print() Debugging ✓ Print
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll