My most frequently used copilot question, even with instructions to keep the specs in sync I have to ask every now and them.
The reply is always Yes - docs are updated (and then it goes and does 15 modifications)
#msdyn365bc developers! The AL Language pre-release v16.0.1417442 is here, power up your symbol usage. 🚀 In #GitHub#Copilot chat, you can now use the # sym: syntax to include symbols. And Go To Symbol (Ctrl T), navigating your workspace and dependencies has never been easier!
"You have to work hard to get your thinking clean to make it simple" (Steve Jobs).
#msdyn365bc AL now supports ternary operator.
value := condition ? ifTrue : ifFalse;
Personal favorite of mine 🙌
Using it right will make reading code easier.
Using it wrong ... not so much 🤓
ALT Use of ternary operator in AL can make it easier to ready code.
It may not be Friday yet but it's nice to see small additions can make code much more readable #msdyn365bc - feedback from #BCTechDays added to the language in the next version
In the reflecting mood? Descartes in #msdyn365bc AL pre-release version 14.0.1037708.
Extending interfaces, testing, and casting interfaces keywords (is, as) - great additions to AL in the next major.