Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
Mom can i have X. We have X at home. [X at home.]
share
20 views
•
Made by
Veetaha
1 month ago
in
programming
mom can i have x we have x at home x at home
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
PIPELINE OPERATOR; PIPELINE; foo(a, b) |> bar() |> baz(); PIPELINE; let x = foo(a, b); let x = bar(x); let x = baz(x);; (REBINDING OPERATOR)