summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/gets_stdin.grasp
blob: 6bdcc0d2c36b3cb092569608520cace68862f4c7 (plain)
1
2
3
4
5
6
7
8
9
10
digraph {
	1 [label="gets"]
	2 [label="grasp:main"]
	3 [label="out"]
	4 [label="thing"]

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