We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed8cfd commit fa21f27Copy full SHA for fa21f27
test/test_method.ok
@@ -3,3 +3,4 @@
3
(echo (method (list 1 2 3) (map (lambda (i n) (* n 2)))))
4
(echo (method 'john' ((lambda (s) (concat 'hello ' s)))))
5
(echo (method 'john' ((lambda (s b) (concat (concat (concat (concat 'hello ' s) ' ... and goodbye ') b) '!')) 'bob')))
6
+(echo (method 'john' ((lambda (...) (concat 'hello ' (method a:000 (join ', ')))) 'bob')))
0 commit comments