Add sample file

This commit is contained in:
Kiliman
2017-09-16 08:59:03 -04:00
parent 2464f9f941
commit 74ac6d5c90
+23
View File
@@ -0,0 +1,23 @@
// this is a comment
const func = (a, b, c, d, e, f, s, n) => {
if (a++ && b-- || c >= d || e <= f) {
}
if (s === 'string' && n !== 999) {
}
if (a == b && c != d)
a <- b <-- c <== d
a <| b |> c -> d ==> e
}
<!-- test -->
// italic ligatures
// != == >= <= -> => ==>
// === !== && || ++ --