the programming language
1 2 3 4 5 6 7 8 9 10
{- This is a comment. {- This is a nested comment. -} -- Here's a line-comment inside of a multi-line comment. -} a = 1; -- a line comment! { a | a + b } do: 2; -- some stuff at the end.