this post was submitted on 16 Jul 2023
1676 points (96.6% liked)

Memes

45143 readers
2557 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (3 children)
[–] [email protected] 3 points 1 year ago

It's any C derivative language.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Java/C# would have types before the variables:

double sum = 0d;
for (int i = 0; i < 4; i++)
	sum += 3 * i;
[–] [email protected] 3 points 1 year ago

Only if they're declared in the snippet.

[–] [email protected] 1 points 1 year ago (1 children)

Could also be Javascript or C#.

[–] TheRedSpade 2 points 1 year ago