RosettaCodeData/Task/Runtime-evaluation/Perl/runtime-evaluation.pl

3 lines
60 B
Raku

my ($a, $b) = (-5, 7);
$ans = eval 'abs($a * $b)'; # => 35