Unlike C's printf, the printf in OCaml is type-safe. ... is a string\n";; val fmt : string = "%i is an integer, %F is a float, \"%s\" is a string\n" ...
確定! 回上一頁