OpenSTAAD V8i
The list of functions is formatted in the following way:
The Visual Basic (VB) syntax for the function appears next in bold typeface. All function syntax definitions consist of the function name and then the comma separated parameters, e.g.,
The function and all its parameters are usually written on a single line, but for long lines of code, a line continuation character may be used to make the code easier to read. In VB, the line continuation character is a space followed by an underscore ( _ ).