[[Language]]
#topicpath

* 目次 [#o5f271f9]
#contents();

* コンパイラ [#ed8cc687]
- コンパイラは、gpc を使用する。
- fpc [Free Pascal Compiler] というコンパイラもある。
- Debianでは、ドキュメントがgpc-doc パッケージとして提供されている。
 $ aptitude install gpc gpc-doc 

* 単一Source のコンパイル [#dd4fa950]
 $ gpc <source-file> -o <output-executable-file> [RETURN]

* 文法(基本) [#q4d78db6]
** 骨格 [#f2b74a2c]
 program <program-name>; {プログラムの開始}
 begin
 
 ・・・(処理を記述)
 
 end. {プログラムの終了}
** コメント [#p3f781d5]
- ''{''と''}''で囲む。


* 参考リンク [#pd448877]
- [[Pascal入門(鹿児島大学)>http://www.ics.kagoshima-u.ac.jp/edu/proen1/index.html]]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS