4 lines
45 B
Perl
4 lines
45 B
Perl
|
|
||
|
$text = "hello";
|
||
|
$text += 1;
|
||
|
print $text;
|