http://rustbyexample.com/hello/print/print_debug.html ``` rust, ignore println!("{1:?} {0:?} is the {actor:?} name.", "Slater", "Christian", actor="actor's"); ``` Output `"Christian" "Slater" is the "actor\'s" name.`