Skip to content

Files

Latest commit

0b61bae · May 20, 2017

History

History
23 lines (17 loc) · 318 Bytes

_obj.md

File metadata and controls

23 lines (17 loc) · 318 Bytes

_obj

"_obj" is the procedure behind objects (maps).

Writing

{ a: 1, b: 2 }

is in fact read as

_obj
  'a'
  1
  'b'
  2

by flor.