|
最初由 菜青虫一 发布
[B]goto在c的时候已经开始用了,但是现在极少被使用,也是不被推荐使用的。引用goto语句对整段程序的结构混乱,所以很早的时候就不大有人用了。 [/B]
http://www.pascal-central.com/ppl/
Other high level languages developed in the early years of the computer were FORTRAN (1957), COBOL (1959), ALGOL (1960), APL (1962), BASIC (1964), C (1972) and Ada (1983), to name a few. One problem with many of the early languages (e.g., FORTRAN and BASIC) was the heavy dependency on the use of "goto" instructions.
不是最早的 |
|