1# Tabs do's and don'ts: 2# comment: 3quoted: "Quoted " 4block: | 5 void main() { 6 printf("Hello, world!\n"); 7 } 8elsewhere: # separation 9 indentation, in plain scalar 10