Template:L variables: Difference between revisions
From Event-B
				
				
				Jump to navigationJump to search
				
				
imported>Mathieu m New page: <noinclude> ==Usage== Template use to typeset a variable clause in an event-b listing. ==Example==  {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_Variables|v1 x2 x3...  | 
				imported>Mathieu m Template:L Variables moved to Template:L variables  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{l_refines|Safety}}  | {{l_refines|Safety}}  | ||
{{l_sees|Network}}  | {{l_sees|Network}}  | ||
{{l_Variables|v1  | {{l_Variables|v1, x2, 3}}  | ||
x2  | |||
{{l_variable|z1}}  | {{l_variable|z1}}  | ||
| Line 17: | Line 15: | ||
==Template==  | ==Template==  | ||
</noinclude><!--  | </noinclude><!--  | ||
--><p class="typeset-l_clause  | --><p class="typeset-l_clause">VARIABLES</p>  | ||
{{l_variable|{{{1}}}}}  | {{l_variable|{{{1}}}}}  | ||
Latest revision as of 13:40, 26 February 2009
Usage
Template use to typeset a variable clause in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
VARIABLES
v1, x2, 3
z1
END
Template
VARIABLES
{{{1}}}