User Tools

Site Tools


codex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codex [2022/12/22 18:15] justincodex [2022/12/22 18:17] (current) justin
Line 18: Line 18:
  
 ====Inserting a Value:==== ====Inserting a Value:====
 +<code bauxite>
 $my_codex = codex[]; $my_codex = codex[];
 $my_codex["unique_key"] = "Some Value"; $my_codex["unique_key"] = "Some Value";
 +</code>
 +The script above creates an empty codex variable, then inserts a new key/value pair with a key of "unique_key" and a [[string]] value of "Some Value".
  
 ~~NOTOC~~ ~~NOTOC~~
codex.1671761756.txt.gz · Last modified: 2022/12/22 18:15 by justin