You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
312 B
38 lines
312 B
#no update for variables
|
|
{
|
|
#0
|
|
init
|
|
node l0; true
|
|
[
|
|
tran l1; true;null;0.6
|
|
tran l2; true;x=0;0.4
|
|
]
|
|
}
|
|
#1
|
|
{
|
|
node l1; true
|
|
[
|
|
tran l3;x=0;null;1.0
|
|
]
|
|
[
|
|
tran l1;y>2;y=0;1
|
|
]
|
|
}
|
|
#2
|
|
{
|
|
node l2; true
|
|
[
|
|
tran l3;x=0,y=1;y=0;1.0
|
|
]
|
|
[
|
|
tran l1;x>2;y=0;1
|
|
]
|
|
}
|
|
#3
|
|
{
|
|
node l3; true
|
|
[
|
|
tran l3;true;null;1
|
|
]
|
|
*
|
|
|