Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b48aeb8

Browse files
committedFeb 5, 2016
scalar: スカラー #44
1 parent b545d54 commit b48aeb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doc/if_perl.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ VIM::DoCommand({cmd}) Ex コマンド {cmd} を実行します。
182182

183183
*perl-Eval*
184184
VIM::Eval({expr}) {expr} を評価して、リストコンテキストでは (success,
185-
value) を返し、スカラコンテキストでは単に値を返します。
185+
value) を返し、スカラーコンテキストでは単に値を返しま
186+
す。
186187
success=1 だと、val は {expr} の値を含みます;
187188
success=0 だと、式の評価に失敗したことを示しています。
188189
'@x' はレジスタ x の内容を返し、'&x' はオプション x の

0 commit comments

Comments
 (0)
Please sign in to comment.