OSDN Git Service

コミット忘れの追加
[ring-lang-081/annotated-ring-with-OmegaT.git] / target / ringpm / packages / ringhelpchm / main.ring
1 func main
2         C_LINESIZE = 80
3         ?copy("=",C_LINESIZE)
4         ?"RingHelpCHM パッケージ"
5         ?copy("=",C_LINESIZE)
6         ?"プログラミング言語 Ring 用の RingHelpCHM パッケージ"
7         ?"収録先フォルダ : ring/docs"
8         ?copy("=",C_LINESIZE)
9         cDir = currentdir()
10         chdir(exefolder()+"/../docs")
11         system("ring.chm")
12         chdir(cDir)