OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / packages / ringsrc / main.ring
1 # The Main File
2
3 func main
4         C_LINESIZE = 80
5         ? copy("=",C_LINESIZE)
6         ? "RingSrc Package"
7         ? copy("=",C_LINESIZE)
8         ? "Ring programming language source code (Compiler+Virtual Machine)"+
9                 nl+"In the C language."
10         ? "See the folders : ring/src and ring/include"
11         ? copy("=",C_LINESIZE)