Skip to content

Latest commit

 

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.