blob: b1fcf8123b8b39ab39848f1613dd687b9145127b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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>
|