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
mNo edit summary
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
x3}}
{{l_variable|z1}}
{{l_variable|z1}}



Revision as of 14:31, 23 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}}}