An alternative code notation that is possible in DELPHI. #33
hindermath
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An alternative code notation that is possible in DELPHI is shown here using the function
TInvoice.GetStatus(page 118/119). In this case, only incomplete statements inif...then... elsestatements don't start with thebegin...end-block, but I omit these two key words. This is generally allowed in DELPHI and can lead to a shortened spelling, which may be easier to read for some. But that's a personal preference as a developer.Beta Was this translation helpful? Give feedback.
All reactions