Skip to content

possessive

pannous edited this page Nov 12, 2020 · 1 revision

Properties such as person{name:"Joe" number:12345} can be accessed as usual

  • with dot syntax person.name
  • with index syntax person["name"]
  • with index syntax person[name:]
  • with possessive syntax person's name
  • with possessive syntax name of person

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally