• Design of the Syntax
  • Why is there an explicit setvar keyword?
  • Why is the keyword called proc ?
  • Why d->key rather than d.key ?
  • What's the difference between d->key and d['key'] ?
  • Why is there both ! and not ?
  • Why the colon in read :x and json read :x ?
  • More