Post #4480119
2026-08-10 06:30 UTC
Thisgreatisone!
?
If the operands go the other way, I suppose:
oneisgreatThis!
Replies (1)
-
@otacon239@lemmy.world 2026-08-10 13:46
The stack doesn’t quite work like that. They would get added like this: This > buffer great, is, one > stack Then, each + pulls the latest off the stack and operates. First + would pull ‘one’ as it’s the most recent on the stack. This page does a good job of explaining: geeksforgeeks.org/…/introduction-to-stack-data-st… Edit: you can also see this reflected in the Alt-text: I NOTATION POLISH REVERSE ❤️