From bc46df5f1ccacb2a81cac3b7fc540c040f1ceba9 Mon Sep 17 00:00:00 2001 From: kiliman Date: Thu, 26 Apr 2018 18:05:34 -0400 Subject: [PATCH] Update sample.js with new ligatures --- sample.js | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/sample.js b/sample.js index 1075ac2..dee8ba7 100644 --- a/sample.js +++ b/sample.js @@ -1,21 +1,29 @@ -// this is a comment const func = (a, b, c, d, e, f, s, n) => { - if (a++ && b-- || c >= d || e <= f) { +// this is a comment + if (a++ && b-- || c >= d || e <= f) { } if (s === 'string' && n !== 999) { } if (a == b && c != d) - + a ?? b a <- b <-- c <== d - - a <| b |> c -> d ==> e - - } - + a |> b + a <| b |> c -> d ==> e // italic ligatures // != == >= <= -> => ==> // === !== && || ++ -- // a <- b <-- c <== d - // a <| b |> c -> d ==> e - \ No newline at end of file + // a <| b |> c -> d ==> e + // a ?? b + // >=> <=< + // <=> + // >>= =<< + + a >=> b <=< b + a <=> b + a >>= =<< + + } + +