Go to the first, previous, next, last section, table of contents.

ソースファイルのタグの構文

Lispでは,defunで定義された関数,defvardefconst で定義された変数,そして一般に行の先頭から`(def'で始まる式の第一引 数はタグです.

Cでは,関数はどれもタグです.またタグテーブルを作るときに-tオプ ションが指定されていればtypedefによる型名もタグになります.

Fortranでは,関数とサブルーチンがタグです.

LaTeXのテキストでは,\chapter\section\subsection\subsubsection\eqno\label\ref\cite\bibitem\typeoutの引数がタグ です.


Go to the first, previous, next, last section, table of contents.