Finalsolo963@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 8 months agoLua rulelemmy.blahaj.zoneimagemessage-square17fedilinkarrow-up1336arrow-down10file-text
arrow-up1336arrow-down1imageLua rulelemmy.blahaj.zoneFinalsolo963@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 8 months agomessage-square17fedilinkfile-text
minus-squarebarsoaplinkfedilinkarrow-up1·8 months ago Why do you assume it was a pointer type? Because afterwards you said arr[n]. By convention n is definitely an integer and if arr is also, say, an integer, you get error: subscripted value is neither array nor pointer nor vector Why do you assume C either? Because you didn’t write ^(@arr+0) (Not sure that’s even valid though my Pascal is very rusty). This is pseudo code to illustrate pointer offsets Granted. But then it’s still Pseudo-C, not Pseudo-Pascal or Pseudo-Whitespace.
minus-squareezchili@iusearchlinux.fyilinkfedilinkarrow-up1·edit-28 months agoIt’s pseudo-nothing It conveys a point, which you got, and if you decide to invent a syntax and bicker on it it’s just you Really pointless discussion
Because afterwards you said
arr[n]
. By conventionn
is definitely an integer and if arr is also, say, an integer, you getBecause you didn’t write
^(@arr+0)
(Not sure that’s even valid though my Pascal is very rusty).Granted. But then it’s still Pseudo-C, not Pseudo-Pascal or Pseudo-Whitespace.
It’s pseudo-nothing
It conveys a point, which you got, and if you decide to invent a syntax and bicker on it it’s just you
Really pointless discussion