1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Merge pull request #4616 from kintrix007/master

[r/en] Specified what "number symbol" is
This commit is contained in:
Marcel Ribeiro Dantas
2023-03-13 01:22:02 -03:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ R is a statistical computing language. It has lots of libraries for uploading an
```r
# Comments start with number symbols.
# Comments start with hash signs, also known as number symbols (#).
# You can't make multi-line comments,
# but you can stack multiple comments like so.