RosettaCodeData/Task/Runtime-evaluation/Ruby/runtime-evaluation-1.rb

3 lines
47 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a, b = 5, -7
ans = eval "(a * b).abs" # => 35