office-gobmx/basic
Hossein c16158772d Using .md extension/Markdown syntax for modules README
Renaming all README files for all top level modules to README.md,
applying no content change at this stage to be able to track history
of the files. These files should be edited to use correct Markdown
syntax later.

Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-24 11:46:14 +01:00
..
inc Make sal/config.h the first in pch 2021-03-09 06:51:51 +01:00
qa tdf#88442 SBasic: Don't double-initialize a Global ... As New ... 2021-03-21 21:54:11 +01:00
source tdf#88442 SBasic: Don't double-initialize a Global ... As New ... 2021-03-21 21:54:11 +01:00
util
AllLangMoTarget_sb.mk
CppunitTest_basic_macros.mk tdf#88442 SBasic: Don't double-initialize a Global ... As New ... 2021-03-21 21:54:11 +01:00
CppunitTest_basic_scanner.mk
IwyuFilter_basic.yaml
Library_sb.mk
Makefile
Module_basic.mk
README.md Using .md extension/Markdown syntax for modules README 2021-03-24 11:46:14 +01:00

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]