Hi and Happy New Year 2023 !!
For the start of the year, let us talk about Lazy Evaluation. What is Lazy Evaluation ? If you have never heard of lazy evaluation, it is basically a technique where the compiler do not process an expression until it’s needed. What does that mean ? Let’s take a look at example in AL conditional statements.
if <Condition1> and <Condition2> then
...
Continue Reading thatnavguy’s Article on their blog
D365 Business Central : Lazy Evaluation – That NAV Guy
For the start of the year, let us talk about Lazy Evaluation. What is Lazy Evaluation ? If you have never heard of lazy evaluation, it is basically a technique where the compiler do not process an expression until it’s needed. What does that mean ?
Blog Syndicated with thatnavguy’s Permission