minus-squaredavidgro@lemmy.worldtoProgrammer Humor@programming.dev•Forthlinkfedilinkarrow-up3·edit-22 days agoHuh, it’s that buffer thing that I didn’t know about and isn’t mentioned in your link (maybe it’s Forth specific?), I use an RPN calculator app, but everything goes on the stack, so “This” would be on the bottom and be popped off last. linkfedilink
minus-squaredavidgro@lemmy.worldtoProgrammer Humor@programming.dev•Forthlinkfedilinkarrow-up1·2 days agoThisgreatisone! ? If the operands go the other way, I suppose: oneisgreatThis! linkfedilink
Huh, it’s that buffer thing that I didn’t know about and isn’t mentioned in your link (maybe it’s Forth specific?), I use an RPN calculator app, but everything goes on the stack, so “This” would be on the bottom and be popped off last.