Skip to content

Commit f7ce205

Browse files
add single COMMAAT support
1 parent 81afbcf commit f7ce205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ulisp-esp32.ino

+1
Original file line numberDiff line numberDiff line change
@@ -5538,6 +5538,7 @@ object *nextitem (gfun_t gfun) {
55385538
if (ch == '(') return (object *)BRA;
55395539
if (ch == '\'') return (object *)QUO;
55405540
if (ch == '`') return (object *)BACKTICK;
5541+
if (ch == '@') return (object *)COMMAAT;
55415542
if (ch == ',') {
55425543
ch = gfun();
55435544
if (ch == '@') return (object *)COMMAAT;

0 commit comments

Comments
 (0)