22 lines
758 B
Plaintext
22 lines
758 B
Plaintext
(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.
|