17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
aligned = {
|
|
a = "bar" # yoo1
|
|
default = "bar" # yoo2
|
|
bar = "bar" # yoo3
|
|
fatih = ["fatih", "arslan"] // yoo4
|
|
|
|
deneme = {
|
|
bar = "fatih"
|
|
}
|
|
|
|
bar = "bar" # yoo5
|
|
fatih = ["fatih", "arslan"] // yoo6
|
|
|
|
deneme = {
|
|
bar = "fatih"
|
|
}
|
|
} |