AL (programming language)
From HandWiki
Short description: AL Programming Language
Paradigm | imperative |
---|---|
Developer | Microsoft |
First appeared | December 2016[1] |
Platform | Microsoft Dynamics 365 Business Central |
License | |
Filename extensions | .al |
Website | github |
Influenced by | |
C/AL |
AL is the programming language used within Microsoft Dynamics 365 Business Central. It's the successor of C/AL and used for retrieving, inserting, modifying and deleting records in a Microsoft Dynamics 365 Business Central database. The development takes place in Visual Studio Code and requires the AL Language Extension to be installed.
Programming examples
Hello World
This is the classic Hello World example.
Message('Hello, World!');
See also
References
Original source: https://en.wikipedia.org/wiki/AL (programming language).
Read more |