This commit is contained in:
Ingy döt Net 2013-04-10 21:29:02 -07:00
parent 764da6cbbb
commit db842d013d
19005 changed files with 197040 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{{language|LotusScript}}LotusScript is a programming language used in Lotus Notes and other [[IBM]]/Lotus products. It is very similar to [[Visual Basic]] (code can usually be copied between languages with little modification), but has many specific built-in classes for accessing objects within the Lotus Notes/Domino environment.
The Lotus Domino Designer application is the primary [[:Category:Integrated Development Environments|IDE]] used for developing programs in LotusScript, and also allows development in [[Java]]/[[JavaScript]] and Formula language.
==External links==
*[http://www-128.ibm.com/developerworks/lotus/documentation/dominodesigner/ Lotus Domino Designer documentation]

1
Lang/LotusScript/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/LotusScript

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/LotusScript