Source Context Failing checks
item
.Blockly.Msg.LANG_LISTS_REDUCE_INPUT_VAR
and
.Blockly.Msg.LANG_LISTS_REDUCE_INPUT_AND
answerSoFar
.Blockly.Msg.LANG_LISTS_REDUCE_INPUT_ANSWER
reduce list
.Blockly.Msg.LANG_LISTS_REDUCE_INPUT_COLLAPSED_TEXT
Reduces the list to a single value by combining the list elements using the block in the body section. If the list is empty, initialAnswer is returned. Otherwise, the function is first applied to initialAnswer and the first list item, and then on the accumulating answer and the next list item. This continues until the end of the list.
.Blockly.Msg.LANG_LISTS_REDUCE_TOOLTIP
make new sorted list from
.Blockly.Msg.LANG_LISTS_SORT_NONDEST_TITLE_SORT
Sorts list in ascending order.
.Blockly.Msg.LANG_LISTS_SORT_TOOLTIP
sort list
.Blockly.Msg.LANG_LISTS_SORT_TYPEBLOCK
make new sorted list from
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_NONDEST_TITLE_SORT
where
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_COMPARATOR
item1
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_VAR1
precedes
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_AND
item2
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_VAR2
if
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_COMPARATOR2
sort list using comparator
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_INPUT_COLLAPSED_TEXT
Sorts list using a comparison function that takes in two list items. The comparison function returns true or false and determines the ordering of list items.
.Blockly.Msg.LANG_LISTS_SORT_COMPARATOR_TOOLTIP
make new sorted list from
.Blockly.Msg.LANG_LISTS_SORT_KEY_NONDEST_TITLE_SORT
using key called on each
.Blockly.Msg.LANG_LISTS_SORT_KEY_INPUT_KEY
item
.Blockly.Msg.LANG_LISTS_SORT_KEY_INPUT_VAR
sort list using key
.Blockly.Msg.LANG_LISTS_SORT_KEY_INPUT_COLLAPSED_TEXT
Sorts list using a key function that is applied to each list item prior to sorting. The value returned by the key function is used for sorting.
.Blockly.Msg.LANG_LISTS_SORT_KEY_TOOLTIP
minimum value in the list
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_MIN
where
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_COMPARATOR
item1
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_VAR1
precedes
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_AND
item2
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_VAR2
if
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_INPUT_COMPARATOR2
minimum using comparator
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_TYPEBLOCK
Returns minimum number in the list
.Blockly.Msg.LANG_LISTS_MIN_NUMBER_TOOLTIP
maximum value in the list
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_MAX
where
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_COMPARATOR
item1
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_VAR1
precedes
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_AND
item2
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_VAR2
if
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_INPUT_COMPARATOR2
maximum using comparator
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_TYPEBLOCK
Returns maximum number in the list
.Blockly.Msg.LANG_LISTS_MAX_NUMBER_TOOLTIP
all but first of list
.Blockly.Msg.LANG_LISTS_BUT_FIRST_INPUT_BUT_FIRST
Returns everything except the first value of the list
.Blockly.Msg.LANG_LISTS_BUT_FIRST_TOOLTIP
all but last of list
.Blockly.Msg.LANG_LISTS_BUT_LAST_INPUT_BUT_LAST
Returns everything except the last value of the list
.Blockly.Msg.LANG_LISTS_BUT_LAST_TOOLTIP
slice list %1 index1 %2 index2 %3
.Blockly.Msg.LANG_LISTS_SLICE_INPUT
slice list
.Blockly.Msg.LANG_LISTS_SLICE_TITLE_SLICE
Returns list values from index1 up to but not including index2
.Blockly.Msg.LANG_LISTS_SLICE_TOOLTIP
Dictionaries
.Blockly.Msg.LANG_CATEGORY_DICTIONARIES
create empty dictionary
.Blockly.Msg.LANG_DICTIONARIES_CREATE_EMPTY_TITLE
make a dictionary
.Blockly.Msg.LANG_DICTIONARIES_MAKE_DICTIONARY_TITLE
Create a dictionary.
.Blockly.Msg.LANG_DICTIONARIES_MAKE_DICTIONARY_TOOLTIP
dict
.Blockly.Msg.LANG_DICTIONARIES_CREATE_WITH_CONTAINER_TITLE_ADD
Add, remove, or reorder sections to reconfigure this dictionary block.
.Blockly.Msg.LANG_DICTIONARIES_CREATE_WITH_CONTAINER_TOOLTIP