登入選單
返回Google圖書搜尋
Programming Standard Pascal
註釋The programming language presented here is Pascal, a high level language that encourages good programming style. One of the great advantages of Pascal is that it is not a language with a very large number of language constructs, which makes it possible to use Pascal on a wide variety of computer(s) and systems. In this book Standard Pascal is introduced in a series of subsets that we call PS/1, PS/2, etc., where PS stands for 'Pascal Subsets'. The methodology of structured programming provides a list of instructions to persons who write programs to achieve a well-defined goal, to get the job done correctly, and in such a form that later modifications can be made easily.