Skip to content

Commit

Permalink
scalar: スカラー #44
Browse files Browse the repository at this point in the history
  • Loading branch information
uakms committed Feb 5, 2016
1 parent b545d54 commit b48aeb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/if_perl.jax
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ VIM::DoCommand({cmd}) Ex コマンド {cmd} を実行します。

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

0 comments on commit b48aeb8

Please sign in to comment.