In ADA language, there are two kinds of subprograms, one is function and the other is procedure. Subprogram is a program unit and can be called by subprogram call.
.....
本文介绍了Ada语言中两种类型的子程序:函数与过程。子程序作为独立的程序单元,可以通过子程序调用的方式被调用。
In ADA language, there are two kinds of subprograms, one is function and the other is procedure. Subprogram is a program unit and can be called by subprogram call.
.....

被折叠的 条评论
为什么被折叠?