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 c0f1ce1 commit 3c3b2e1Copy full SHA for 3c3b2e1
doc/eval.jax
@@ -1607,7 +1607,7 @@ function(expr1, ...) 関数呼出
1607
下の点がユーザー定義関数|user-functions|と異なる:
1608
1609
1. ラムダ式の本体は単一の式|expr1|であり、|Ex|コマンド列ではない。
1610
-2. 引数に前置詞 "a:" を使用しない。例: >
+2. 引数にプリフィックス "a:" を使用しない。例: >
1611
:let F = {arg1, arg2 -> arg1 - arg2}
1612
:echo F(5, 2)
1613
< 3
0 commit comments