File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,8 @@ Note `system()` を呼ぶ前で "Outfile" 削除がスケジュールされて
416
416
のも関数に後置できない。現在 `:defer GetArg()->TheFunc()` は動作せず、これが動
417
417
作するかもしれないのは今後のバージョンになる。
418
418
419
- エラーは報告されるが遅延関数の実行の中断理由にはならない。
419
+ エラーは報告されるが、遅延された関数の実行を中止したり、遅延された関数以外の実
420
+ 行を変更したりすることはない。
420
421
421
422
範囲は使えない。関数として追加の引数付きの部分適用は使えるが、辞書は使えない。
422
423
*E1300*
Original file line number Diff line number Diff line change @@ -443,7 +443,8 @@ Any return value of the deferred function is discarded. The function cannot
443
443
be followed by anything, such as "->func" or ".member". Currently `:defer
444
444
GetArg()->TheFunc()` does not work, it may work in a later version.
445
445
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.
447
448
448
449
No range is accepted. The function can be a partial with extra arguments, but
449
450
not with a dictionary. *E1300*
You can’t perform that action at this time.
0 commit comments