OLD | NEW |
(Empty) | |
| 1 (fl= 1 2) |
| 2 (flmin 2 3) |
| 3 (exact? 2) |
| 4 (inexact->exact 3) |
| 5 |
| 6 ---------------------------------------------------- |
| 7 |
| 8 [ |
| 9 ["punctuation", "("], ["function", "fl="], ["number", "1"], ["number", "
2"], ["punctuation", ")"], |
| 10 ["punctuation", "("], ["function", "flmin"], ["number", "2"], ["number",
"3"], ["punctuation", ")"], |
| 11 ["punctuation", "("], ["function", "exact?"], ["number", "2"], ["punctua
tion", ")"], |
| 12 ["punctuation", "("], ["function", "inexact->exact"], ["number", "3"], [
"punctuation", ")"] |
| 13 ] |
| 14 |
| 15 ---------------------------------------------------- |
| 16 |
| 17 Checks for functions. |
OLD | NEW |