mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
# Override the value
|
||
|
key.word = 1,2,4
|
||
|
key.word := 2,3
|
||
|
|
||
|
# No pre-defined key
|
||
|
key.new.word := "new"
|