OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ringpm / packages / ring2exe / main.ring
1 func main
2         C_LINESIZE = 80
3         ? copy("=",C_LINESIZE)
4         ? "Ring2EXE Package"
5         ? copy("=",C_LINESIZE)
6         ? "Ring2EXE package for the Ring programming language"
7         ? "See the folder : ring/ring2exe"
8         ? "To run the application, run : ring2exe"
9         ? copy("=",C_LINESIZE)