Skip to content

Commit dbc59f8

Browse files
committed
chore: add note in web app about use space between operators
1 parent d3c68f2 commit dbc59f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/webapp.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
(defvar *port* (find-port:find-port))
3131
(defvar *notes*
3232
'("Please, don't be evil. Use less than 10 variables."
33+
"Use spaces around operators. Use 'p ^ q' instead 'p^q'."
3334
"Yes, [+] it's a XOR. Mathematically: p ⊕ q."
3435
"(=> ->) and (<=> <->) are aliases."))
3536

0 commit comments

Comments
 (0)