Up |
Display the strings values array in the console and write it in the log (if the log mask >= MSKFOO).
Return : tab S the same array.
fun main ()=
_showconsole;
let tupletotab ["Mia Wallace" "Cecile de Volanges" "Uma"] nil -> t in
_fooSTab t; // Mia Wallace:Cecile de Volanges:Uma:
0;;