mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 05:28:37 +01:00
Fix typo by indicating a range with '...'
This commit is contained in:
parent
9e975a8dcf
commit
62252055c2
@ -116,7 +116,7 @@ function bar(a, b, c)
|
||||
end
|
||||
|
||||
x, y = bar('zaphod') --> prints "zaphod nil nil"
|
||||
-- Now x = 4, y = 8, values 15..42 are discarded.
|
||||
-- Now x = 4, y = 8, values 15...42 are discarded.
|
||||
|
||||
-- Functions are first-class, may be local/global.
|
||||
-- These are the same:
|
||||
|
Loading…
x
Reference in New Issue
Block a user