mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 01:04:10 +02:00
Merge pull request #4616 from kintrix007/master
[r/en] Specified what "number symbol" is
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user