File: null.ls

package info (click to toggle)
node-livescript 1.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 636 kB
  • ctags: 25
  • sloc: makefile: 44; sh: 2
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
ok null == null
ok null === null
ok void == void
ok void === void
ok void !== null
ok null !== void