Skip to content

Commit

Permalink
引数にダブルクオートを含める方法を記述
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Apr 24, 2024
1 parent 41c4333 commit 252534f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual/list_sakura_script.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ <h1>さくらスクリプトのエスケープ</h1>
<li>「\」をさくらスクリプトの開始記号でなく単に表示したい場合は「\\」とする</li>
<li>同様に環境変数埋め込みタグの「%」は「\%」と書く</li>
<li>スクウェアブラケット内に引数を持つタグ(\q[ラベル名,ID]など)内でのみ、「]」は「\]」と書ける。</li>
<li>スクウェアブラケット内に複数の引数を持つタグの第2引数以降で、「,」を引数の内容としたい場合、その引数全体を""で囲うことで全体を一つの引数として扱える。<br>例:\![raise,OnTest,"100,2"]</li>
<li>スクウェアブラケット内に複数の引数を持つタグの第2引数以降で、「,」を引数の内容としたい場合、その引数全体を&quot;&quot;で囲うことで全体を一つの引数として扱える。<br>例:\![raise,OnTest,&quot;100,2&quot;]</li>
<li>同様に「&quot;」を引数の内容としたい場合、その引数全体を&quot;&quot;で囲った上で&quot;を二重にする。<br>例:\![call,ghost,&quot;the &quot;&quot;MobileMaster&quot;&quot;&quot;]</li>
</ul>
</section>
<section class="caption" id="notes_lifespan">
Expand Down

0 comments on commit 252534f

Please sign in to comment.