IndexAn index is a set of pairs (key, value). var (Index Int Str) idx When reading an entry that does not exist, it is the default value for the type of value that is returned. You can also browse the set of values \u200b\u200bor pairs, in ascending order of the key. var Str t := "" var Str t := "" L'instruction each déclare implicitement des variables. Dans cet exemple, au niveau du bloc de l'instruction 'each', 'k' désigne la clé, et 'v' désigne la valeur de la paire en cours. L'instruction 'reset' permet de réinitialiser l'index : reset idx
|