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

3 lines
47 B
Ruby
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
a, b = 5, -7
ans = eval "(a * b).abs" # => 35