|
|
|
|
|
by fwip
794 days ago
|
|
Ada has features built in that those languages do not have. Off the top of my head, Ada has "restricted types" (e.g: you can say a function takes an integer of the range 5-15 only), as well as pre-and-post conditions you can annotate your procedure definition with. |
|