summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/div.grasp
blob: a8633e0b259b96abb9f072fc801b3e32dcc2713a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
digraph {
	1 [label="div"]
	2 [label="grasp:main"]
	3 [label="15"]
	4 [label="2"]
	5 [label="3"]
	6 [label="out1"]
	7 [label="out2"]

	1 -> 2 [label="name"]
	1 -> 3 [label="left"]
	1 -> 4 [label="right"]
	1 -> 5 [label="right"]
	1 -> 6 [label="out"]
	1 -> 7 [label="out"]
}