RosettaCodeData/Task/Mad-Libs/Perl-6/mad-libs.pl6
2015-11-18 06:14:39 +00:00

1 line
67 B
Raku

print S:g[ '<' (.*?) '>' ] = %.{$0} //= prompt "$0? " given slurp;