L = sscanf(str, format) List L; String str; String format;
str = "10 3.1415 Hello"; {a, b, c} = sscanf(str, "%d %lf %s");