/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/scheme/function_feature.test
21 строка
758 B
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
(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.