darcsden :: alex -> the -> blob

the programming language

root / test / test-file.the

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.