2015-10-27 20:51:44 +00:00
|
|
|
aligned = {
|
|
|
|
a = "bar" # yoo1
|
|
|
|
default = "bar" # yoo2
|
|
|
|
bar = "bar" # yoo3
|
|
|
|
fatih = ["fatih", "arslan"] // yoo4
|
|
|
|
|
|
|
|
deneme = {
|
|
|
|
bar = "fatih"
|
|
|
|
}
|
2015-10-27 22:07:37 +00:00
|
|
|
bar = "bar" # yoo3
|
|
|
|
fatih = ["fatih", "arslan"] // yoo4
|
2015-10-27 21:59:54 +00:00
|
|
|
|
2015-10-27 22:07:37 +00:00
|
|
|
deneme = {
|
2015-10-27 21:59:54 +00:00
|
|
|
bar = "fatih"
|
|
|
|
}
|
2015-10-27 22:07:37 +00:00
|
|
|
}
|