Experimenting with more structured ways to handle command-line input/output in Rust
# $number (Number)
open-tabs = { $quantity } tabs open.

# $name (String)
person = How many tabs does { $name } have open?

# $name (String), $quantity (Number)
tab-status = { $name } has { $quantity } tabs open!