tokei/tests/data/unison.u
2022-06-17 06:47:05 +02:00

17 lines
274 B
Plaintext

-- 16 lines 6 code 8 comments 2 blanks
x = 3
if x < 2 then
"-- {- -} -- Smaller. Test escaped quote \"!"
else
"Bigger -- {- -} --"
{-
Comments
Comments -- nested --
Comments
Comments
-}
-- testing quote in comment "hello there!"
List.map (a -> a + 1) [1,2,3]