Template:L action: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu mNo edit summary |
imported>Mathieu mNo edit summary |
||
Line 12: | Line 12: | ||
{{l_event|control}} | {{l_event|control}} | ||
{{l_actions}} | {{l_actions}} | ||
{{l_action|act1|b = 0}} | {{l_action|act1|b := 0}} | ||
{{l_end_events}} | {{l_end_events}} | ||
{{l_end}} | {{l_end}} | ||
Line 19: | Line 19: | ||
==Template== | ==Template== | ||
</noinclude><!-- | </noinclude><!-- | ||
--><p class="typeset-l_action">{{l_label|{{{ | --><p class="typeset-l_action">{{l_label|{{{2}}}}}{{{1}}}</p> |
Revision as of 13:54, 26 February 2009
Usage
Template use to typeset an action in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
Acyclic
VARIABLES
v1
v2
control ≙
// not extended and no convergence
THEN
{{{2}}} :
act1
END
Template
{{{2}}} :
{{{1}}}