Bram Moolenaar wrote: > > I have been preparing a talk for the upcoming FISL conference in Brazil: > http://fisl.softwarelivre.org/9.0/www/ > > One of the items I planned to discuss is why Vim has no floating point > support. Well, this turned into actually implementing it.
You just did that, so you can stay at home ? <@-; > [...] > > The best I could think of was &123.456. It's a bit obscure, you need to > get used to it. But it works. > > echo &123.456e-3 > 0.123456 > > Feel free to suggest something better, but make sure it doesn't already > mean something in any context in Vim script. Maybe you want to have bitoperator one day ? -ap --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
