We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The class keyword marks definition of a type:
class contact { name email? phone? address { street city zip? } }
Again we have the concept of matching by type name: The field email is inferred to have type Email.
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