| Hossein | ea5641b | 2021-03-29 21:55:26 +0430 | [diff] [blame] | 1 | # StarBASIC Interpreter |
| 2 | |
| Michael Meeks | dc24525 | 2012-03-06 14:41:45 +0000 | [diff] [blame] | 3 | Contains the StarBASIC Interpreter |
| 4 | |
| 5 | This implements a macro language that, when in VBA compatibility mode, |
| 6 | is intended to be interoperable with Visual Basic for Applications, |
| 7 | allowing people to run macros embedded in their documents. |
| Josh Heidenreich | 64e1ae0 | 2012-02-07 14:17:29 +1030 | [diff] [blame] | 8 | |
| Hossein | ea5641b | 2021-03-29 21:55:26 +0430 | [diff] [blame] | 9 | ## See also |
| 10 | <http://wiki.openoffice.org/wiki/Basic> |