I legitimately lol'd at this. Any time I return from a couple weeks off I'm like "what year is it" + "can you repeat all the stuff about the things".
post
Me temporarily forgetting the structure of an if statement in Shell.
replies:
void HelloWorld(string) {
if (string == "print") {
Serial.print("Hello World"};
}
}
Solved it.
(format t “Hello ~a” 'World). If I’m on vacation and come back to the land of C based languages I will have reverted to the only syntax I enjoy working in.
all 12 comments