(************************************************************ StringGetNotation.ml Created : Tue Dec 17 11:05:46 2002 Last modified: Tue Dec 17 11:07:03 2002 Compile: ocamlopt.opt StringGetNotation.ml -o StringGetNotation # FTP Directory: sources/ocaml # ************************************************************) (** Stringの場合は [] で文字 (char) を参照できるらしいぞ @author Takashi Masuyama *) let _ = print_char "mamewo".[3]; print_newline ()