Skip to content

Commit

Permalink
Doc: update for !str and !?str?
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Oct 13, 2014
1 parent 0f69c5b commit 4aac8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nyagos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ We use . (one-period) as an alias of source.
* `!!` previous input string
* `!n` n'th input string
* `!-n` n'th previous input string
* `!STR` input string starting with STR
* `!?STR?` input string containing STR

These suffix are available.

Expand Down
2 changes: 2 additions & 0 deletions nyagos_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ lua
* `!!` 一つ前の入力文字列へ
* `!n` 最初から n 番目に入力文字列へ
* `!-n` n 個前に入力した文字列へ
* `!STR` STR で始まる入力文字列へ
* `!?STR?` STR を含む入力文字列へ

以下のような語尾をつけることができます。

Expand Down

0 comments on commit 4aac8ef

Please sign in to comment.