Arc Forumnew | comments | leaders | submitlogin
3 points by lark 3688 days ago | link | parent

Here's how to do it:

  arc> (num (/ 3 4))           
  ".75"


3 points by zck 3688 days ago | link

Documentation on 'num : http://arclanguage.github.io/ref/string.html#num

-----