Skip to content

Commit 3c3b2e1

Browse files
committed
eval.jax: Update translate for prefix
1 parent c0f1ce1 commit 3c3b2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ function(expr1, ...) 関数呼出
16071607
下の点がユーザー定義関数|user-functions|と異なる:
16081608

16091609
1. ラムダ式の本体は単一の式|expr1|であり、|Ex|コマンド列ではない。
1610-
2. 引数に前置詞 "a:" を使用しない。例: >
1610+
2. 引数にプリフィックス "a:" を使用しない。例: >
16111611
:let F = {arg1, arg2 -> arg1 - arg2}
16121612
:echo F(5, 2)
16131613
< 3

0 commit comments

Comments
 (0)