Ategon@programming.dev to Programmer Humor@programming.dev · 1 year agoHow to detect if a number is evenprogramming.devimagemessage-square16fedilinkarrow-up122arrow-down11
arrow-up121arrow-down1imageHow to detect if a number is evenprogramming.devAtegon@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square16fedilink
minus-squarebufordt@sh.itjust.workslinkfedilinkarrow-up1·1 year agoI did something similar for a programming competition once because I couldn’t remember the c64 basic function to return string length. Once I got home I rewrote it properly because it bugged me so badly. LEN(string variable) was the command. Stupid!
I did something similar for a programming competition once because I couldn’t remember the c64 basic function to return string length.
Once I got home I rewrote it properly because it bugged me so badly. LEN(string variable) was the command. Stupid!