#pragma section-numbers off
[[TableOfContents]]

= 概要 =

= 関連サイト =
[http://sourceforge.net/projects/cobolforgcc/ SourceForge.net: Project Info - Cobol for GCC]

= インストール =

= 設定 =
{{{
(setq auto-mode-alist(cons (cons "\\.cob$" 'cobol-mode) auto-mode-alist))
(autoload 'cobol-mode "cobol" "Yet Another cobol mode" t)
}}}

= 利用方法 =

= 参考サイト =
----
CategoryProgramLanguage