Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
ce9a252c
Commit
ce9a252c
authored
Nov 07, 2017
by
Antoine Martin
Browse files
Use char= instead of string= for characters
parent
9f65426c
Changes
1
Hide whitespace changes
Inline
Side-by-side
website.lisp
View file @
ce9a252c
...
...
@@ -46,7 +46,7 @@
(
if
(
and
(
is-number
previous
)
(
is-number
new
))
t
(
string
=
previous
new
)))
(
char
=
previous
new
)))
(
defun
print-index-letter
(
letter
file
)
(
if
(
is-number
letter
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment