mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 16:31:39 +00:00
fixes manual regression (#20259)
ref https://github.com/nim-lang/Nim/pull/20080
This commit is contained in:
@@ -790,9 +790,11 @@ of a call or whether it is parsed as a tuple constructor:
|
||||
|
||||
```nim
|
||||
echo(1, 2) # pass 1 and 2 to echo
|
||||
```
|
||||
|
||||
```nim
|
||||
echo (1, 2) # pass the tuple (1, 2) to echo
|
||||
```
|
||||
|
||||
Dot-like operators
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user