17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
// A standalone comment
|
|
|
|
aligned {
|
|
# Standalone 1
|
|
|
|
a = "bar" # yoo1
|
|
default = "bar" # yoo2
|
|
|
|
# Standalone 2
|
|
}
|
|
|
|
# Standalone 3
|
|
|
|
numbers = [1,2] // another line here
|
|
|
|
# Standalone 4
|