blocksEn top-level constant

Map<String, String> const blocksEn

Implementation

const Map<String, String> blocksEn = <String, String>{
  //placement
  "position": "CHOOSE DOT",
  "goPosition": "GO TO",
  "gotPointBlock": "dot",
  "direction": "GO TO",
  "goDirection": "in which direction?",
  "repetitions": "of how many dots?",
  //colouring
  "paintSingle": "COLOUR DOT",
  "paintMultiple": "COLOUR PATTERN",
  "pattern": "in which direction?",
  "repetitionsPaint": "how many dots?",
  "fillEmpty": "FILL EMPTY",
  //loops
  "copy": "COPY",
  "copyFirstBlock": "which dots?",
  "copySecondBlock": "where?",
  "repeatPattern": "REPEAT",
  "repeatFirstBlock": "which commands?",
  "repeatSecondBlock": "where?",
  //symmetry
  "mirrorCross": "MIRROR CROSS",
  "mirrorPoints": "MIRROR DOTS",
  "mirrorCommands": "MIRROR COMMANDS",
  "mirrorVertical": "vertically",
  "mirrorHorizontal": "horizontally",
  "mirrorPointsBlock": "which dots?",
  "mirrorBlocksBlock": "which commands?",
};