Just in case that went over your head and to reiterate, that means that:
printf "Hello %s" 4
printf "Hello %s" "wor" "ld!"
printf "Hello %s! %s" "world"
printf "%s %s!" "Hello" "world"
Just in case that went over your head and to reiterate, that means that:
would generate a type error, so would: and: but: wouldn't.