Skip to content

Commit 79c5f88

Browse files
committed
Update userfunc.{txt,jax}
1 parent c915c7c commit 79c5f88

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/userfunc.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ Note `system()` を呼ぶ前で "Outfile" 削除がスケジュールされて
416416
のも関数に後置できない。現在 `:defer GetArg()->TheFunc()` は動作せず、これが動
417417
作するかもしれないのは今後のバージョンになる。
418418

419-
エラーは報告されるが遅延関数の実行の中断理由にはならない。
419+
エラーは報告されるが、遅延された関数の実行を中止したり、遅延された関数以外の実
420+
行を変更したりすることはない。
420421

421422
範囲は使えない。関数として追加の引数付きの部分適用は使えるが、辞書は使えない。
422423
*E1300*

en/userfunc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ Any return value of the deferred function is discarded. The function cannot
443443
be followed by anything, such as "->func" or ".member". Currently `:defer
444444
GetArg()->TheFunc()` does not work, it may work in a later version.
445445

446-
Errors are reported but do not cause aborting execution of deferred functions.
446+
Errors are reported but do not cause aborting execution of deferred functions
447+
or altering execution outside of deferred functions.
447448

448449
No range is accepted. The function can be a partial with extra arguments, but
449450
not with a dictionary. *E1300*

0 commit comments

Comments
 (0)