Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

C/AL

< >

C/AL is a programming language created in 1987 by Michael Nielsen.

#1576on PLDB 37Years Old
Wikipedia

C/AL (Client/server Application Language) is the programming language used within C/SIDE the Client/Server Integrated Development Environment in Microsoft Dynamics NAV (Formerly known as Navision Attain). C/AL is a Database specific programming language, and is primarily used for retrieving, inserting and modifying records in a Navision database. C/AL resembles the Pascal language on which it is based. Read more on Wikipedia...


Example from Wikipedia:
Item.RESET; Item.SETRANGE("Blocked",TRUE); IF Item.FINDSET THEN REPEAT IF Item."Profit %" < 20 THEN BEGIN Item."Profit %" := 20; Item.MODIFY(TRUE); END; UNTIL Item.NEXT = 0; Item.MODIFYALL("Blocked",FALSE);

Language features

Feature Supported Example Token
Booleans ✓ TRUE FALSE
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll