1 2 3 4 5 6 7 8 9 10
\ expect: total=10 code=2 comment=5 blank=3 shebang=0 (* Top-level multiline ( with nested content ) continues here *) : inc ( n -- n ) 1 + \ Another pure comment line. 10 inc . \ prints 11