functional overview
Create a new dictionary.
Details of Functions
Creates a dictionary with the specified key and value.
Dictionary values can also be nested.
- note
- When "logic" is executed, the following dictionary is generated
logicprocedure Comment logic name (programming language) Details of processing, etc. 1 subdictionary
makingdictionary
/ CreationKey "One" Value "One
Key "ni" Value "Two
Key "Three" Value "Three2 main dictionary
Creatingdictionary
/ CreationKey "number" Value "Transfer result
Sub-dictionaries
Result of Creation]"
Key "English" Value "A
Key "Kanji" Value "1
Dictionary to be createdkey value figure
key value position one indicates such things as location of person or thing, location of short-term action, etc. two three three
English (language) A kanji one (used in legal documents)
parameter
- argument (e.g. function, program, programme)
-
key All Unifinity data types
Specify the key of the content to be added. (additional argument)value All Unifinity data types
Specify the value of the content to be added. (additional argument)
- return value
-
Dictionary (associative array)
Returns the newly created dictionary.