blob: b1fcf8123b8b39ab39848f1613dd687b9145127b [file] [log] [blame] [view]
Hosseinea5641b2021-03-29 21:55:26 +04301# StarBASIC Interpreter
2
Michael Meeksdc245252012-03-06 14:41:45 +00003Contains the StarBASIC Interpreter
4
5This implements a macro language that, when in VBA compatibility mode,
6is intended to be interoperable with Visual Basic for Applications,
7allowing people to run macros embedded in their documents.
Josh Heidenreich64e1ae02012-02-07 14:17:29 +10308
Hosseinea5641b2021-03-29 21:55:26 +04309## See also
10<http://wiki.openoffice.org/wiki/Basic>