▲ 333 ▼ Why make it complicated? (lemmy.ml) submitted 1 year ago* by HiddenLayer555@lemmy.ml to c/programmer_humor@programming.dev 123 comments fedilink hide all child comments Made with KolourPaint and screenshots from Kate (with the GitHub theme).
[–] HiddenLayer555@lemmy.ml [S] 8 points 1 year ago* (5 children) Doesn't Basic use Dim a As String? permalink fedilink source parent hideshow 5 child comments replies: [–] dan@upvote.au 10 points 1 year ago* (4 children) Older variants used DIM for arrays and LET for other variables. DIM was originally called that because it was setting the dimensions of the array. In modern BASIC variants, DIM has become a backronym: "declare in memory". permalink fedilink source parent hideshow 4 child comments replies: [–] sbv@sh.itjust.works 5 points 1 year ago In modern BASIC variants, DIM has become a backronym: “declare in memory”. TIL. I always thought it was a backronym for declare in (yo) momma. permalink fedilink source parent [–] tisktisk@piefed.social 4 points 1 year ago TIL Backronyms and cuil BASIC technicalities Much obliged all permalink fedilink source parent [–] marcos@lemmy.world 2 points 1 year ago (1 child) Even older variants required both a let to declare the variable and a dim to set its size. I remember a REDIM command, but I really can't remember what basic it's from. permalink fedilink source parent hideshow 1 child comment replies: [–] dan@upvote.au 2 points 1 year ago The first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays. permalink fedilink source parent
[–] dan@upvote.au 10 points 1 year ago* (4 children) Older variants used DIM for arrays and LET for other variables. DIM was originally called that because it was setting the dimensions of the array. In modern BASIC variants, DIM has become a backronym: "declare in memory". permalink fedilink source parent hideshow 4 child comments replies: [–] sbv@sh.itjust.works 5 points 1 year ago In modern BASIC variants, DIM has become a backronym: “declare in memory”. TIL. I always thought it was a backronym for declare in (yo) momma. permalink fedilink source parent [–] tisktisk@piefed.social 4 points 1 year ago TIL Backronyms and cuil BASIC technicalities Much obliged all permalink fedilink source parent [–] marcos@lemmy.world 2 points 1 year ago (1 child) Even older variants required both a let to declare the variable and a dim to set its size. I remember a REDIM command, but I really can't remember what basic it's from. permalink fedilink source parent hideshow 1 child comment replies: [–] dan@upvote.au 2 points 1 year ago The first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays. permalink fedilink source parent
[–] sbv@sh.itjust.works 5 points 1 year ago In modern BASIC variants, DIM has become a backronym: “declare in memory”. TIL. I always thought it was a backronym for declare in (yo) momma. permalink fedilink source parent
[–] tisktisk@piefed.social 4 points 1 year ago TIL Backronyms and cuil BASIC technicalities Much obliged all permalink fedilink source parent
[–] marcos@lemmy.world 2 points 1 year ago (1 child) Even older variants required both a let to declare the variable and a dim to set its size. I remember a REDIM command, but I really can't remember what basic it's from. permalink fedilink source parent hideshow 1 child comment replies: [–] dan@upvote.au 2 points 1 year ago The first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays. permalink fedilink source parent
[–] dan@upvote.au 2 points 1 year ago The first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays. permalink fedilink source parent