« Previous | Next » 

Revision f7ecf6f8

IDf7ecf6f8fc7ebdfdb9b9b4ca1000161ccbf56379
Parent 74414c31
Child e39fcba1

Added by Jens Hoffmann over 7 years ago

Take advantage of delete not acting on null values

The code 'delete 0' does nothing. So you can shorten code
like:

if (x != 0) {
delete x
}

to simply: delete x

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences