Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 299 Bytes

111.md

File metadata and controls

27 lines (18 loc) · 299 Bytes

DIP-111

set

Following the convention of DIP-102, a new wordType will be introduced: set.

Declaration

See here.

Example:

{
  "wordData": {
    "wordTypes": ["set"],
  },
  "setData": {
  },
  ...
}