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.
 
 
 
 
 
 

45 lines
397 B

#no update for variables
{
#0
init
node l0; true
[
tran l1; true;x=0;0.5
tran l2; true;null;0.5
]
}
#1
{
node l1; true
[
tran l3;x=0,y=1;y=0;1.0
]
[
tran diverge;true;x=0,y=0;1
]
}
#2
{
node l2; true
[
tran l3;x=0,y=0;null;1.0
]
[
tran diverge;true;x=0,y=0;1
]
}
#3
{
node l3; true
[
tran l3;true;null;1
]
}
#4
{
node diverge; true
[
tran diverge;true;null;1
]
*