Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0d244cef41502353818b7ddf77fcf901 > files > 10

yash-doc-2.28-1.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="author" content="magicant">
<meta name="description" content="Yash のコロン組込みコマンドについて">
<title>Yash マニュアル: コロン組込みコマンド</title>
<link rel="Contents" href="../index.html" title="目次">
<link rel="Prev" href="dot.html" title="ドット組込みコマンド">
<link rel="Next" href="alias.html" title="Alias 組込みコマンド">
<link rel="Stylesheet" href="../style.css">

<div class="breadcrumb"><a href="../index.html">目次</a> >
<a rel="Up" href="index.html">組込みコマンド一覧</a></div>
<h1>コロン組込みコマンド</h1>

<p><dfn>コロン組込みコマンド</dfn>は何も行わない組込みコマンドです。

<h2 id="syntax">構文</h2>
<ul>
<li><code>: [<var>引数</var>…]</code>
</ul>

<h2 id="description">説明</h2>
<p>コロンコマンドは何も行いません。コマンドライン引数は一切無視します。

<h2 id="exitstatus">終了ステータス</h2>
<p>コロンコマンドの終了ステータスは 0 です。

<h2 id="notes">補足</h2>
<p>コロンコマンドは<a href="../builtin.html#types">特殊組込みコマンド</a>です。