) rule (files.catbox.moe)
submitted 2 years ago by to c/196@lemmy.blahaj.zone
 
you are viewing a single comment's thread
view the rest of the comments
[–] 78 points 2 years ago (5 children)

I saw this on my homie's screen, clearly they are a far-right text messager:

(defun queue-next (queue ptr)
  (let ((length (length (queue-elements queue)))
        (try (the fixnum (1+ ptr))))
    (if (= try length) 0 try)))
  • source
  • hideshow 10 child comments