use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
(fl= 1 2)
|
||||
(flmin 2 3)
|
||||
(exact? 2)
|
||||
(inexact->exact 3)
|
||||
(!fact)
|
||||
(defined foo)
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "("], ["function", "fl="], ["number", "1"], ["number", "2"], ["punctuation", ")"],
|
||||
["punctuation", "("], ["function", "flmin"], ["number", "2"], ["number", "3"], ["punctuation", ")"],
|
||||
["punctuation", "("], ["function", "exact?"], ["number", "2"], ["punctuation", ")"],
|
||||
["punctuation", "("], ["function", "inexact->exact"], ["number", "3"], ["punctuation", ")"],
|
||||
["punctuation", "("], ["function", "!fact"], ["punctuation", ")"],
|
||||
["punctuation", "("], ["function", "defined"], " foo", ["punctuation", ")"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for functions.
|
Reference in New Issue
Block a user