# Functions
Confirm asks the user to confirm the question with yes or no.
ReadLine reads a single line from r it and returns it (without trailing newline).
ReadPassphrase reads a single line from fd without local echo and returns it (without trailing newline).
# Variables
ErrAbort is returned if a user answers 'n' to Confirm.