summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/set_multi.grasp
blob: a2a8acbe81e4659f695ba2d32edf672ce3aec28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
digraph {
	1 [label="set"]
	2 [label="grasp:main"]
	3 [label="abc"]
	4 [label="def"]
	5 [label="out"]

	1 -> 2 [label="name"]
	1 -> 3 [label="in"]
	1 -> 4 [label="in"]
	1 -> 5 [label="out"]
}