mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
added the 'delete' operator
This commit is contained in:
parent
0dc445138b
commit
9976de76f5
4 changed files with 12 additions and 4 deletions
|
@ -147,4 +147,7 @@ a_googol: 1e100
|
|||
|
||||
hex: 0xff0000
|
||||
|
||||
negative: -1.0
|
||||
negative: -1.0
|
||||
|
||||
# Deleting.
|
||||
delete secret.identity
|
Loading…
Add table
Add a link
Reference in a new issue