Difference between revisions of "Basic Pascal Tutorial/Introduction/ja"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "PASCAL言語の学習 投稿者 taoyue on Thu, 01/06/2011 - 20:02 Pascalの学習へようこそ! このチュートリアルは簡潔ですが、十分なPascalの紹介で...")
 
Line 1: Line 1:
 +
{{Object Pascal Introduction}}
 +
 
PASCAL言語の学習
 
PASCAL言語の学習
  
Line 8: Line 10:
  
 
This tutorial was written for beginner programmers, so assumes no knowledge. At the same time, a surprising number of experienced programmers have found the tutorial a useful reference source for picking up Pascal.
 
This tutorial was written for beginner programmers, so assumes no knowledge. At the same time, a surprising number of experienced programmers have found the tutorial a useful reference source for picking up Pascal.
 +
 +
 +
[[Category: Object Pascal Introduction/ja]]

Revision as of 11:24, 18 June 2015

Template:Object Pascal Introduction

PASCAL言語の学習

投稿者 taoyue on Thu, 01/06/2011 - 20:02

Pascalの学習へようこそ! このチュートリアルは簡潔ですが、十分なPascalの紹介であり、Pascalプログラミング言語への導入です。ポインターを含む標準的なPascalの文法をすべてカバーしています。

私はできる限り、明確になるよう記述することを心がけました。何か理解できないことがあったら、Pascalコンパイラで動かし、少し手を加えてみてください。Pascalは教育目的としてもデザインされており、非常に構造化され文法的に厳密な言語です。この結果、コンパイラはより初心者の間違いをとらえ、C言語やPerlのような簡略さだらけの言語よりもずっとユーザーフレンドリーなエラーメッセージを出してくれます。

This tutorial was written for beginner programmers, so assumes no knowledge. At the same time, a surprising number of experienced programmers have found the tutorial a useful reference source for picking up Pascal.