Formula language is a programming language created in 1989.
#1571on PLDB | 35Years Old |
The Formula language is a scripting language used by Lotus Notes. It is often referred to as @Formula language (pronounced at-formula) because many language elements start with the @-character. Here is an example of a selection formula: SELECT @NoteId = "NT0050D26" It was created by Ray Ozzie during the early development of Lotus Notes. Read more on Wikipedia...
FIELD NewDate:=@Today
FIELD OldDate:=@DeleteField;