comparison runtime/doc/eval.txt @ 3082:3502a7f991fc

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 17:55:08 +0200
parents f2de38a019a2
children 37ecb8ff4560
comparison
equal deleted inserted replaced
3081:1e50bdaa24f8 3082:3502a7f991fc
1 *eval.txt* For Vim version 7.3. Last change: 2011 Jul 13 1 *eval.txt* For Vim version 7.3. Last change: 2011 Aug 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
37 37
38 1.1 Variable types ~ 38 1.1 Variable types ~
39 *E712* 39 *E712*
40 There are six types of variables: 40 There are six types of variables:
41 41
42 Number A 32 bit signed number. |expr-number| *Number* 42 Number A 32 or 64 bit signed number. |expr-number| *Number*
43 Examples: -123 0x10 0177 43 Examples: -123 0x10 0177
44 44
45 Float A floating point number. |floating-point-format| *Float* 45 Float A floating point number. |floating-point-format| *Float*
46 {only when compiled with the |+float| feature} 46 {only when compiled with the |+float| feature}
47 Examples: 123.456 1.15e-6 -1.1e3 47 Examples: 123.456 1.15e-6 -1.1e3