Broccoli Soup Broccoli Soup
image

Comments (18)

Avatar
New

am glad i have never not existed

Avatar
New

Well....

You kinda didn't exist before you did

Avatar
New

I also didnt exist once, but i forgor

Avatar
Regular

did you know that pigeons make milk?

Avatar
New

Yes

Avatar
New

From you of course!! :3

Avatar
New

ok i honk-laughed at this one

Avatar
Regular

that was really funny. it is weird to think that I've not existed for infinitely longer than I've existed.

Avatar
New

Epik comic i love it

Add Comment

* Required information
8000
Drag & drop images (max 3)
Captcha Image
Powered by Commentics

Want to know when the comic updates? Subscribe to my newsletter!

jQuery(document).ready(function () { var alt_down = false; jQuery(document).keyup(function(e) { if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus')) return; if(e.which == 18) { alt_down = false; } }); jQuery(document).keydown(function(e) { var url = false; if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus') || alt_down) return; if (e.which == 37) { // Left arrow key code url = jQuery('comic_url_prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('a.comic-nav-next').attr('href'); } else if (e.which == 18) { // Alt key code alt_down = true; } if (url) { window.location = url; } }); });