|
|
|
|
|
by _nalply
818 days ago
|
|
I tend to ignore comments in example programs because they look like this: // Set x to 42
x += 42
It's a form of banner blindness.By the way, first I felt a strong Pythonic vibe but then I realized that the colons after the statements were missing. I asked ChatGPT and it said Nim. I opened the Nim homepage and realized that Nim also uses the colons. Then it said it is probably just a form of pseudo-code, and it was right. I reread the whole article to find the clue but never thought to read the commments. Really weird of me. P.S. Did you see the mistake in the comment before you got here? |
|