mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
19 lines
435 B
Plaintext
19 lines
435 B
Plaintext
|
~ 42
|
||
|
- 42
|
||
|
= 42
|
||
|
&= 42
|
||
|
!= 42
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["punctuation", "~"], ["code", [["number", "42"]]],
|
||
|
["punctuation", "-"], ["code", [["number", "42"]]],
|
||
|
["punctuation", "="], ["code", [["number", "42"]]],
|
||
|
["punctuation", "&="], ["code", [["number", "42"]]],
|
||
|
["punctuation", "!="], ["code", [["number", "42"]]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for single-line code.
|