Difference between pages "Template:L action" 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 action in an event-b listing.
+
Template use to typeset the end of a component.
 
==Example==
 
==Example==
  
 
{{l_machine|AntiCollide}}
 
{{l_machine|AntiCollide}}
 
{{l_refines|Safety}}
 
{{l_refines|Safety}}
{{l_sees|Network}}
+
{{l_sees|Network|CDV|Acyclic}}
{{l_component|Acyclic}}
+
{{l_Variables|v1|v2|v3}}
{{l_Variables|v1}}
+
 
{{l_variable|v2}}
 
{{l_event|control}}
 
{{l_actions}}
 
{{l_action|act1|b := 0}}
 
{{l_end_events}}
 
 
{{l_end}}
 
{{l_end}}
  
Line 19: Line 14:
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><p class="typeset-l_action">{{l_label|{{{2}}}}}{{{1}}}</p>
+
--><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