OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / target / ringpm / packages / ringqtruntime / main.ring
1 func main
2         C_LINESIZE = 80
3         ?copy("=",C_LINESIZE)
4         ?"RingQt Runtime パッケージ"
5         ?copy("=",C_LINESIZE)
6         ?"プログラミング言語 Ring 用の RingQt ランタイムパッケージ"
7         ?copy("=",C_LINESIZE)