mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
added exponential and hex numbers
This commit is contained in:
parent
398251ff90
commit
2c90e8b002
3 changed files with 11 additions and 4 deletions
|
@ -19,7 +19,9 @@ spaced_out_multiline_object: {
|
|||
|
||||
pi: 3.14159
|
||||
|
||||
list: [1, 2, 3, 4]
|
||||
a_googol: 1e100
|
||||
|
||||
list: [-1, 0, 1, 2, 3, 4]
|
||||
|
||||
regex: /match[ing](every|thing|\/)/gi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue