IsMerged (Journal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
 
Line 3: Line 3:
==Syntax==
==Syntax==
{{Template:Journal:IsMerged syntax}}
{{Template:Journal:IsMerged syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%boolean</th>
<tr><th>%boolean</th>
<td>A declared Boolean enumeration object to contain the returned value (<code>True</code> or <code>False</code>) of <var>IsMerged</var>. For more information about enumerations, see [[Enumerations]]. </td></tr>
<td>A <var>[[Boolean enumeration|Boolean Enumeration]]</var> object to contain the returned value (<code>True</code> or <code>False</code>) of <var>IsMerged</var>. For more information about enumerations, see [[Enumerations]]. </td></tr>
<tr><th>journal</th>
<tr><th>journal</th>
<td>A reference to an instance of a <var>Journal</var> object.</td></tr>
<td>A reference to an instance of a <var>Journal</var> object.</td></tr>

Latest revision as of 21:02, 6 November 2012

Is journal the output of MERGEJ? (Journal class)


Syntax

%boolean = journal:IsMerged

Syntax terms

%boolean A Boolean Enumeration object to contain the returned value (True or False) of IsMerged. For more information about enumerations, see Enumerations.
journal A reference to an instance of a Journal object.

See also