4 lines
53 B
Perl
4 lines
53 B
Perl
|
$text = "un";
|
||
|
print "Don't be ${text}happy.";
|
||
|
|
||
|
|