Difference between pages "Template:L comment" and "Template:L end"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Mathieu
m
 
imported>Mathieu
m (New page: <noinclude> ==Usage== Template use to typeset the end of a component. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network|CDV|Acyclic}} {{l_Variables|v1|v2|v3}} {...)
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Template use to typeset an event name in an event-b listing.
+
Template use to typeset the end of a component.
 
==Example==
 
==Example==
{{l_action|act1|2=a:= 0}}{{l_comment|This is a comment}}
 
{{l_action|act2|2=c:= a + 1}}
 
  
 +
{{l_machine|AntiCollide}}
 +
{{l_refines|Safety}}
 +
{{l_sees|Network|CDV|Acyclic}}
 +
{{l_Variables|v1|v2|v3}}
 +
 +
{{l_end}}
  
 
[[Category:Listing templates]]
 
[[Category:Listing templates]]
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><div class="typeset-l_comment" >//&nbsp;{{{1}}}</div>
+
--><p class="typeset-l_end" style="font-family:monospace;color:black;font-weight:bold;">END</p>
 +
</div>

Revision as of 13:00, 23 February 2009

Usage

Template use to typeset the end of a component.

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

VARIABLES

v1

END

Template

END