↧
Answer by ajb for Ada -- What Is A Modular Type
** is the exponentiation operator. That is, A**B means AB.mod, in this context, is just the syntax you use to tell it you're defining a modular type. In this case, it means that this is an integer type...
View ArticleAda -- What Is A Modular Type
I am trying to learn Ada, but recources are tough. I have been reading on this subject, but all explanations have been hard for me to understand. I have often seen code like thistype Stream_Element is...
View Article
More Pages to Explore .....