Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

LotusScript

< >

LotusScript is a programming language created in 1996.

#919on PLDB 28Years Old

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 Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ Print
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io