HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-216 days agoWhy make it complicated?lemmy.mlimagemessage-square74fedilinkarrow-up1315arrow-down135file-text
arrow-up1280arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-216 days agomessage-square74fedilinkfile-text
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up5arrow-down1·16 days agoBASIC uses (used?) it to declare variables. (I don’t know if earlier languages did.) Not that that’s a reason for other languages to copy it.
minus-squareHiddenLayer555@lemmy.mlOPlinkfedilinkEnglisharrow-up7·edit-216 days agoDoesn’t Basic use Dim a As String?
BASIC uses (used?) it to declare variables. (I don’t know if earlier languages did.)
Not that that’s a reason for other languages to copy it.
Doesn’t Basic use
Dim a As String
?