sub draw_if_greater_than (Str $char, Int $num) returns Bool { ($number_of_bad_guesses >= $num) ?? $char :: ' ';
my ($BLANK) is constant = ' ';
Perl 6 Implementation of Hangman Terrence Brannon (2005-03-08)