mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-06 18:00:08 +00:00
Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
9 lines
169 B
Text
9 lines
169 B
Text
# Tabs do's and don'ts:
|
|
# comment:
|
|
quoted: "Quoted "
|
|
block: |
|
|
void main() {
|
|
printf("Hello, world!\n");
|
|
}
|
|
elsewhere: # separation
|
|
indentation, in plain scalar
|