mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Collapse the five 0/1-based index flags into one option.
This commit is contained in:
@@ -87,9 +87,9 @@ Blockly.Lua.ORDER_OR = 9; // or
|
||||
Blockly.Lua.ORDER_NONE = 99;
|
||||
|
||||
/**
|
||||
* Lua is not supporting zero-indexing since the language itself is one-indexed,
|
||||
* so there is not flag for ONE_BASED_INDEXING to indicate which indexing is
|
||||
* used for lists and text.
|
||||
* Note: Lua is not supporting zero-indexing since the language itself is
|
||||
* one-indexed, so the generator does not repoct the oneBasedIndex configuration
|
||||
* option used for lists and text.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user