`print("hello \%name") -> "hello enrique"` allows double escaping: `print("hello \\%name") -> "hello \%name"`
print("hello \%name") -> "hello enrique"allows double escaping:
print("hello \\%name") -> "hello \%name"