1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
|
Inyección de la función (x)
x = substituye (x, “selecciona”, "")
x = substituye (x, “gota”, el "")
x = substituye (x, “--”, "")
x = substituye (x, “parte movible”, el "")
x = substituye (x, “cancelación”, el "")
x = substituye (x, “xp_”, el "")
x = substituye (x, “*”, el "")
x = substituye (x, “#”, el "")
x = substituye (x, “%”, el "")
x = substituye (x, “y”, el "")
x = substituye (x, “'”, el "")
x = substituye (x, “(”, el "")
x = substituye (x, ")”, el "")
x = substituye (x, “/”, el "")
x = substituye (x, “\”, el "")
x = substituye (x, “: ”, "")
x = substituye (x, “; ”, "")
x = substituye (x, ""<>, el "")
x = substituye (x, “=”, el "")
x = substituye (x, “[”, el "")
x = substituye (x, “]”, el "")
¿x = substituye (x, “? ”, "")
x = substituye (x, “`”, el "")
x = substituye (x, “|”, "")
Inyección = x
Función del final
|