10 lines
312 B
Markdown
10 lines
312 B
Markdown
# StarBASIC Interpreter
|
|
|
|
Contains the StarBASIC Interpreter
|
|
|
|
This implements a macro language that, when in VBA compatibility mode,
|
|
is intended to be interoperable with Visual Basic for Applications,
|
|
allowing people to run macros embedded in their documents.
|
|
|
|
## See also
|
|
<http://wiki.openoffice.org/wiki/Basic>
|