With print_auto=True in the initial config, every result is printed to the console by default. What if we want this except for one variable. Currently, one would have to not use the automatic printing and instead call print() on every single other result. Instead, provide something along these lines:
wiz.res("my variable", 3.14, 0.02, "\m").dont_print()