|
Chunklet is a programming term for the contents of code wrapped by a conditional statement. Example of a chunklet in Perl: The above chunklet could be referred by "The x equals 10 chunklet". Example of a chunklet in XSLT: Again, the above XSLT chunklet can be referred to in the same manner. ==Embedded Chunklets== Sometimes you will find a chunk of logic (or chunklet) within a larger chunklet. This would be referred to as an Embeded Chunklet. Below is an example of an embedded chunklet within a for loop. In the above example, the embedded chunklet would be referred by "The x equals 10 chunklet". This embedded chunklet is within the "for x to intCounter" chunklet. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Chunklet」の詳細全文を読む スポンサード リンク
|