Arc Forumnew | comments | leaders | submitlogin
1 point by Pauan 4654 days ago | link | parent

By the way, if you ever decide to rebind nil, and it breaks stuff, you can fix things by doing this:

  (assign nil 'nil)
You need to use `assign` rather than `=` because `=` breaks if nil isn't 'nil.