BlueAquilae commited on
Commit
574a2e2
1 Parent(s): 2f10e68

Upload 3 files

Browse files
Files changed (3) hide show
  1. test.jsonl +33 -0
  2. train.jsonl +650 -0
  3. valid.jsonl +191 -0
test.jsonl ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "circle radius 5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=0,y=0]"}
2
+ {"text": "circle zzp of 5 at 8, 29\n[verb='create',form='circle',call='circleCenterAndRadius',name='zzp',radius=5,x=8,y=29]"}
3
+ {"text": "circle from 0,0 to 9,8\n[verb='create',form='circle',call='circleFromTo',from='0|0',to='9|8']"}
4
+ {"text": "circle vnu from tr5 to m7\n[verb='create',form='circle',call='circleFromTo',name=vnu,from='tr5',to='m7']"}
5
+ {"text": "circle through 1,15 ,12,25 and 15,25\n[verb='create',form='circle',call='circleThrough3Points',through1='1|15',through2='12|25',through3='15|25']"}
6
+ {"text": "circle through NDP SZX M10\n[verb='create',form='circle',call='circleThrough3Points',through1='NDP',through2='SZX',through3='M10']"}
7
+ {"text": "circle through TR1 C, B, A\n[verb='create',form='circle',call='circleThrough3Points',through1='TR1.C',through2='TR1.B',through3='TR1.A']"}
8
+ {"text": "33,20 a rectangle of 7 by 14\n[verb='create',form='quad',call='quadByWidthAndHeight',width=7,height=14,x=33,y=20]"}
9
+ {"text": "rectangle grr at 11,25 and 28 by 18\n[verb='create',form='quad',call='quadByWidthAndHeight',name='grr',width=28,height=18,x=11,y=25]"}
10
+ {"text": "rectangle from 12 14 to 9 22\n[verb='create',form='quad',call='quadFromTo',from='12|14',to='9|22']"}
11
+ {"text": "rectangle from tr2 to tr2\n[verb='create',form='quad',call='quadFromTo',from='tr2',to='tr2']"}
12
+ {"text": "26,21 a triangle of 26 by 3\n[verb='create',form='triangle',call='triangleByPoints',width=26,height=3,x=26,y=21]"}
13
+ {"text": "triangle right\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=0,y=0]"}
14
+ {"text": "triangle right of 1 by 29\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=1,height=29,x=0,y=0]"}
15
+ {"text": "triangle right at 14,37 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=14,y=37]"}
16
+ {"text": "triangle through 28,25 ,11,0 and 22,5\n[verb='create',form='triangle',call='triangleByPoints',A ='28|25',B ='11|0',C ='22|5']"}
17
+ {"text": "segment from 1,3 to 5,8\n[verb='create',form='segment',call='segmentFromTo',from='1|3',to='5|8']"}
18
+ {"text": "segment from m7 to m8\n[verb='create',form='segment',call='segmentFromTo',from='m7',to='m8']"}
19
+ {"text": "point msk 19,28\n[verb='create',form='point',call='pointFrom',name='msk',x=19,y=28]"}
20
+ {"text": "info szx\n[name='szx']\n[verb='info',name='szx']"}
21
+ {"text": "select ndp\n[name='ndp']\n[verb='select',name='ndp']"}
22
+ {"text": "select uio,tcp and ack\n[name='{{ERROR}}']\n[verb='select',name='uio',name='tcp',name='ack']"}
23
+ {"text": "unselect tr2\n[name='tr2']\n[verb='unselect',name='tr2']"}
24
+ {"text": "fill with color trout\n[verb='fill',color='trout']"}
25
+ {"text": "fill m1 with lime\n[verb='fill',id='jGv',name='m1',color='lime']"}
26
+ {"text": "delete tr1\n[name='tr1',id='MjY']\n[verb='delete',id='MjY',name='tr1']"}
27
+ {"text": "translate by 12,28\n[verb='translate',x=12,y=28]"}
28
+ {"text": "up by 3\n[verb='translate',x=0,y=3]"}
29
+ {"text": "left 21, down 24\n[verb='translate',x=-21,y=-24]"}
30
+ {"text": "translate m6 by 1,20\n[verb='translate',name='m6',x=1,y=20]"}
31
+ {"text": "translate m11 by 3,16\n[verb='translate',name='m11',x=3,y=16]"}
32
+ {"text": "move to 29,19\n[verb='move',x=29,y=19]"}
33
+ {"text": "move m3 to 28,3\n[verb='move',name='m3',x=28,y=3]"}
train.jsonl ADDED
@@ -0,0 +1,650 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "circle 4\n[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]"}
2
+ {"text": "circle gse 4 at 11,14\n[verb='create',form='circle',call='circleCenterAndRadius',name='gse',radius=4,x=11,y=14]"}
3
+ {"text": "circle vvz 5\n[verb='create',form='circle',call='circleCenterAndRadius',name='vvz',radius=5,x=0,y=0]"}
4
+ {"text": "circle radius 5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=0,y=0]"}
5
+ {"text": "create a circle of 4 at 16,12\n[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=16,y=12]"}
6
+ {"text": "circle called kgq of 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='kgq',radius=1,x=0,y=0]"}
7
+ {"text": "create circle fus with 4 at 16,6\n[verb='create',form='circle',call='circleCenterAndRadius',name='fus',radius=4,x=16,y=6]"}
8
+ {"text": "frost circle 2\n[verb='create',form='circle',call='circleCenterAndRadius',color='frost',radius=2,x=0,y=0]"}
9
+ {"text": "persimmon color circle 4\n[verb='create',form='circle',call='circleCenterAndRadius',color='persimmon',radius=4,x=0,y=0]"}
10
+ {"text": "create circle 5 with color burlywood\n[verb='create',form='circle',call='circleCenterAndRadius',color='burlywood',radius=5,x=0,y=0]"}
11
+ {"text": "cerise circle named pif of 5\n[verb='create',form='circle',call='circleCenterAndRadius',name='pif',color='cerise',radius=5,x=0,y=0]"}
12
+ {"text": "circle radius 4\n[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]"}
13
+ {"text": "circle of radius 1\n[form=circle',radius=1,x=0,y=0]"}
14
+ {"text": "circle called rja radius 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='rja',radius=4,x=0,y=0]"}
15
+ {"text": "circle pxq of radius 1 at 42, 19\n[verb='create',form='circle',call='circleCenterAndRadius',name='pxq',radius=1,x=42,y=19]"}
16
+ {"text": "circle mow of 4 at 24, 18\n[verb='create',form='circle',call='circleCenterAndRadius',name='mow',radius=4,x=24,y=18]"}
17
+ {"text": "circle from 0,0 to 9,8\n[verb='create',form='circle',call='circleFromTo',from='0|0',to='9|8']"}
18
+ {"text": "circle from 22 44 to 13 45\n[verb='create',form='circle',call='circleFromTo',from='22|44',to='13|45']"}
19
+ {"text": "circle from vnb to ndp\n[verb='create',form='circle',call='circleFromTo',from='vnb',to='ndp']"}
20
+ {"text": "circle cxc from nvg to zph\n[verb='create',form='circle',call='circleFromTo',name=cxc,from='nvg',to='zph']"}
21
+ {"text": "circle from guh.c to tr2.e\n[verb='create',form='circle',call='circleFromTo',from='guh.C',to='tr2.E']"}
22
+ {"text": "circle from m9 a to zph c\n[verb='create',form='circle',call='circleFromTo',from='m9.A',to='zph.C']"}
23
+ {"text": "circle through 1,15 ,12,25 and 15,25\n[verb='create',form='circle',call='circleThrough3Points',through1='1|15',through2='12|25',through3='15|25']"}
24
+ {"text": "circle through 21,4 and 25,16 and 9,22\n[verb='create',form='circle',call='circleThrough3Points',through1='21|4',through2='25|16',through3='9|22']"}
25
+ {"text": "circle through 23,13 20,16 23,12\n[verb='create',form='circle',call='circleThrough3Points',through1='23|13',through2='20|16',through3='23|12']"}
26
+ {"text": "circle through NDP SZX M10\n[verb='create',form='circle',call='circleThrough3Points',through1='NDP',through2='SZX',through3='M10']"}
27
+ {"text": "circle through evc point a,evc point b,evc point c\n[verb='create',form='circle',call='circleThrough3Points',through1='evc.A',through2='evc.B',through3='evc.C']"}
28
+ {"text": "circle through sob point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='sob.D',through2='sob.A',through3='sob.B']"}
29
+ {"text": "circle through TR1 point d,M2 point e and M3 point b\n[verb='create',form='circle',call='circleThrough3Points',through1='TR1.D',through2='M2.E',through3='M3.B']"}
30
+ {"text": "rectangle at 23,32\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=23,y=32]"}
31
+ {"text": "rectangle znp\n[verb='create',form='quad',call='quadByWidthAndHeight',name='znp',width=5,height=3,x=0,y=0]"}
32
+ {"text": "at 14,38 rectangle called xhv\n[verb='create',form='quad',call='quadByWidthAndHeight',name='xhv',width=5,height=3,x=14,y=38]"}
33
+ {"text": "rectangle named fwj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='fwj',width=5,height=3,x=0,y=0]"}
34
+ {"text": "create rectangle of 16,11\n[verb='create',form='quad',call='quadByWidthAndHeight',width=16,height=11,x=0,y=0]"}
35
+ {"text": "22,18 a rectangle of 9 by 24\n[verb='create',form='quad',call='quadByWidthAndHeight',width=9,height=24,x=22,y=18]"}
36
+ {"text": "rectangle width 29,height 18\n[verb='create',form='quad',call='quadByWidthAndHeight',width=29,height=18,x=0,y=0]"}
37
+ {"text": "rectangle woe at 20,14 and 11 by 28\n[verb='create',form='quad',call='quadByWidthAndHeight',name='woe',width=11,height=28,x=20,y=14]"}
38
+ {"text": "umber colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='umber',width=5,height=3,x=0,y=0]"}
39
+ {"text": "rectangle color maize with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='maize',width=5,height=3,x=0,y=0]"}
40
+ {"text": "color vanilla rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='vanilla',width=5,height=3,x=0,y=0]"}
41
+ {"text": "coffee rectangle 14 by 4\n[verb='create',form='quad',call='quadByWidthAndHeight',color='coffee',width=14,height=4,x=0,y=0]"}
42
+ {"text": "rectangle from 24,24 to 23,8\n[verb='create',form='quad',call='quadFromTo',from='24|24',to='23|8']"}
43
+ {"text": "rectangle from 27 18 to 16 24\n[verb='create',form='quad',call='quadFromTo',from='27|18',to='16|24']"}
44
+ {"text": "rectangle from m1 to tr5\n[verb='create',form='quad',call='quadFromTo',from='m1',to='tr5']"}
45
+ {"text": "rectangle from yki center to tr5 center\n[verb='create',form='quad',call='quadFromTo',from='yki.center',to='tr5.center']"}
46
+ {"text": "rectangle from m2 point a to szx point c\n[verb='create',form='quad',call='quadFromTo',from='m2.A',to='szx.C']"}
47
+ {"text": "rectangle from guh bottom right to m0 top left\n[verb='create',form='quad',call='quadFromTo',from='guh.bottomRight',to='m0.topLeft']"}
48
+ {"text": "10,12 a triangle of 23 by 15\n[verb='create',form='triangle',call='triangleByPoints',width=23,height=15,x=10,y=12]"}
49
+ {"text": "triangle right\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=0,y=0]"}
50
+ {"text": "triangle right of 12 by 28\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=12,height=28,x=0,y=0]"}
51
+ {"text": "triangle right at 9,5 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=9,y=5]"}
52
+ {"text": "8,20 a triangle right of 9 by 9\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=9,height=9,x=8,y=20]"}
53
+ {"text": "triangle through 28,25 ,11,0 and 22,5\n[verb='create',form='triangle',call='triangleByPoints',A ='28|25',B ='11|0',C ='22|5']"}
54
+ {"text": "triangle through 4,1 and 17,10 and 28,3\n[verb='create',form='triangle',call='triangleByPoints',A ='4|1',B ='17|10',C ='28|3']"}
55
+ {"text": "conch triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='conch',A ='25|9',B ='11|0',C ='4|24']"}
56
+ {"text": "segment from 1,3 to 5,8\n[verb='create',form='segment',call='segmentFromTo',from='1|3',to='5|8']"}
57
+ {"text": "segment 4,2 to 6,9\n[verb='create',form='segment',call='segmentFromTo',from='4|2',to='6|9']"}
58
+ {"text": "segment 2,5 and 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4']"}
59
+ {"text": "ash segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='ash']"}
60
+ {"text": "segment color flame 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='flame']"}
61
+ {"text": "segment from 5,16 to 4,30\n[fverb='create',form='segment',call='segmentFromTo',from='5|16',to='4|30']"}
62
+ {"text": "segment from 25 17 to 30 29\n[verb='create',form='segment',call='segmentFromTo',from='25|17',to='30|29']"}
63
+ {"text": "segment from m3 to m11\n[verb='create',form='segment',call='segmentFromTo',from='m3',to='m11']"}
64
+ {"text": "segment from m10 center to tvu center\n[verb='create',form='segment',call='segmentFromTo',from='m10.center',to='tvu.center']"}
65
+ {"text": "segment from nvg center to zph center\n[verb='create',form='segment',call='segmentFromTo',from='nvg.center',to='zph.center']"}
66
+ {"text": "segment from m8 point a to m4 point c\n[verb='create',form='segment',call='segmentFromTo',from='m8.A',to='m4.C']"}
67
+ {"text": "segment from m5 bottom right to tr3 top left\n[verb='create',form='segment',call='segmentFromTo',from='m5.bottomRight',to='tr3.topLeft']"}
68
+ {"text": "point vkc\n[verb='create',form='point',call='pointFrom',name='vkc',x=0,y=0]"}
69
+ {"text": "point 15,4\n[verb='create',form='point',call='pointFrom',x=15,y=4]"}
70
+ {"text": "point pwp 24,13\n[verb='create',form='point',call='pointFrom',name='pwp',x=24,y=13]"}
71
+ {"text": "point 12,-19\n[verb='create',form='point',call='pointFrom',x=12,y=-19]"}
72
+ {"text": "point -20,9\n[verb='create',form='point',call='pointFrom',x=-20,y=9]"}
73
+ {"text": "point -9,-23\n[verb='create',form='point',call='pointFrom',x=-9,y=-23]"}
74
+ {"text": "create point\n[verb='create',form='point',call='pointFrom',x=0,y=0]"}
75
+ {"text": "create point at 13 and 3\n[verb='create',form='point',call='pointFrom',x=13,y=3]"}
76
+ {"text": "create point 5 21\n[verb='create',form='point',call='pointFrom',x=5,y=21]"}
77
+ {"text": "create point at 26, 21\n[verb='create',form='point',call='pointFrom',x=26,y=21]"}
78
+ {"text": "circle egl 2 at 31,39\n[verb='create',form='circle',call='circleCenterAndRadius',name='egl',radius=2,x=31,y=39]"}
79
+ {"text": "circle mjw 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='mjw',radius=4,x=0,y=0]"}
80
+ {"text": "create a circle of 2 at 19,42\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=19,y=42]"}
81
+ {"text": "circle called kmk of 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='kmk',radius=3,x=0,y=0]"}
82
+ {"text": "create circle szs with 3 at 7,19\n[verb='create',form='circle',call='circleCenterAndRadius',name='szs',radius=3,x=7,y=19]"}
83
+ {"text": "canary circle 3\n[verb='create',form='circle',call='circleCenterAndRadius',color='canary',radius=3,x=0,y=0]"}
84
+ {"text": "lemon color circle 2\n[verb='create',form='circle',call='circleCenterAndRadius',color='lemon',radius=2,x=0,y=0]"}
85
+ {"text": "create circle 5 with color merlot\n[verb='create',form='circle',call='circleCenterAndRadius',color='merlot',radius=5,x=0,y=0]"}
86
+ {"text": "blue circle named rvc of 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='rvc',color='blue',radius=4,x=0,y=0]"}
87
+ {"text": "circle radius 1\n[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=0,y=0]"}
88
+ {"text": "circle of radius 5\n[form=circle',radius=5,x=0,y=0]"}
89
+ {"text": "circle called mbj radius 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='mbj',radius=1,x=0,y=0]"}
90
+ {"text": "circle pts of radius 2 at 6, 12\n[verb='create',form='circle',call='circleCenterAndRadius',name='pts',radius=2,x=6,y=12]"}
91
+ {"text": "circle zua of 5 at 13, 39\n[verb='create',form='circle',call='circleCenterAndRadius',name='zua',radius=5,x=13,y=39]"}
92
+ {"text": "circle from tr1 to m3\n[verb='create',form='circle',call='circleFromTo',from='tr1',to='m3']"}
93
+ {"text": "circle nij from m5 to ndp\n[verb='create',form='circle',call='circleFromTo',name=nij,from='m5',to='ndp']"}
94
+ {"text": "circle from tr1.c to tr1.e\n[verb='create',form='circle',call='circleFromTo',from='tr1.C',to='tr1.E']"}
95
+ {"text": "circle from tr3 a to m8 c\n[verb='create',form='circle',call='circleFromTo',from='tr3.A',to='m8.C']"}
96
+ {"text": "circle through vmo point a,vmo point b,vmo point c\n[verb='create',form='circle',call='circleThrough3Points',through1='vmo.A',through2='vmo.B',through3='vmo.C']"}
97
+ {"text": "circle through lqu point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='lqu.D',through2='lqu.A',through3='lqu.B']"}
98
+ {"text": "rectangle at 27,42\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=27,y=42]"}
99
+ {"text": "rectangle tmo\n[verb='create',form='quad',call='quadByWidthAndHeight',name='tmo',width=5,height=3,x=0,y=0]"}
100
+ {"text": "at 13,8 rectangle called yvm\n[verb='create',form='quad',call='quadByWidthAndHeight',name='yvm',width=5,height=3,x=13,y=8]"}
101
+ {"text": "rectangle named hao\n[verb='create',form='quad',call='quadByWidthAndHeight',name='hao',width=5,height=3,x=0,y=0]"}
102
+ {"text": "create rectangle of 28,28\n[verb='create',form='quad',call='quadByWidthAndHeight',width=28,height=28,x=0,y=0]"}
103
+ {"text": "28,26 a rectangle of 23 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',width=23,height=3,x=28,y=26]"}
104
+ {"text": "rectangle width 24,height 24\n[verb='create',form='quad',call='quadByWidthAndHeight',width=24,height=24,x=0,y=0]"}
105
+ {"text": "rectangle fwk at 29,13 and 6 by 20\n[verb='create',form='quad',call='quadByWidthAndHeight',name='fwk',width=6,height=20,x=29,y=13]"}
106
+ {"text": "cinnamon colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='cinnamon',width=5,height=3,x=0,y=0]"}
107
+ {"text": "rectangle color tidal with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='tidal',width=5,height=3,x=0,y=0]"}
108
+ {"text": "color nebula rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='nebula',width=5,height=3,x=0,y=0]"}
109
+ {"text": "ash rectangle 8 by 2\n[verb='create',form='quad',call='quadByWidthAndHeight',color='ash',width=8,height=2,x=0,y=0]"}
110
+ {"text": "rectangle from 4,16 to 21,3\n[verb='create',form='quad',call='quadFromTo',from='4|16',to='21|3']"}
111
+ {"text": "rectangle from 7 6 to 15 14\n[verb='create',form='quad',call='quadFromTo',from='7|6',to='15|14']"}
112
+ {"text": "rectangle from afz to tvu\n[verb='create',form='quad',call='quadFromTo',from='afz',to='tvu']"}
113
+ {"text": "rectangle from tr5 center to m9 center\n[verb='create',form='quad',call='quadFromTo',from='tr5.center',to='m9.center']"}
114
+ {"text": "rectangle from m5 point a to zph point c\n[verb='create',form='quad',call='quadFromTo',from='m5.A',to='zph.C']"}
115
+ {"text": "rectangle from afz bottom right to vnb top left\n[verb='create',form='quad',call='quadFromTo',from='afz.bottomRight',to='vnb.topLeft']"}
116
+ {"text": "34,7 a triangle of 5 by 28\n[verb='create',form='triangle',call='triangleByPoints',width=5,height=28,x=34,y=7]"}
117
+ {"text": "triangle right of 20 by 2\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=20,height=2,x=0,y=0]"}
118
+ {"text": "triangle right at 10,41 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=10,y=41]"}
119
+ {"text": "5,8 a triangle right of 15 by 25\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=15,height=25,x=5,y=8]"}
120
+ {"text": "canary triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='canary',A ='25|9',B ='11|0',C ='4|24']"}
121
+ {"text": "hurricane segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='hurricane']"}
122
+ {"text": "segment color caramel 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='caramel']"}
123
+ {"text": "segment from 6,10 to 7,8\n[fverb='create',form='segment',call='segmentFromTo',from='6|10',to='7|8']"}
124
+ {"text": "segment from 8 7 to 19 21\n[verb='create',form='segment',call='segmentFromTo',from='8|7',to='19|21']"}
125
+ {"text": "segment from m1 to dots\n[verb='create',form='segment',call='segmentFromTo',from='m1',to='dots']"}
126
+ {"text": "segment from m5 center to guh center\n[verb='create',form='segment',call='segmentFromTo',from='m5.center',to='guh.center']"}
127
+ {"text": "segment from yki center to tr4 center\n[verb='create',form='segment',call='segmentFromTo',from='yki.center',to='tr4.center']"}
128
+ {"text": "segment from m9 point a to m4 point c\n[verb='create',form='segment',call='segmentFromTo',from='m9.A',to='m4.C']"}
129
+ {"text": "segment from m5 bottom right to m5 top left\n[verb='create',form='segment',call='segmentFromTo',from='m5.bottomRight',to='m5.topLeft']"}
130
+ {"text": "point ojf\n[verb='create',form='point',call='pointFrom',name='ojf',x=0,y=0]"}
131
+ {"text": "point 9,4\n[verb='create',form='point',call='pointFrom',x=9,y=4]"}
132
+ {"text": "point nze 12,20\n[verb='create',form='point',call='pointFrom',name='nze',x=12,y=20]"}
133
+ {"text": "point 3,-13\n[verb='create',form='point',call='pointFrom',x=3,y=-13]"}
134
+ {"text": "point -15,2\n[verb='create',form='point',call='pointFrom',x=-15,y=2]"}
135
+ {"text": "point -7,-1\n[verb='create',form='point',call='pointFrom',x=-7,y=-1]"}
136
+ {"text": "create point at 9 and 17\n[verb='create',form='point',call='pointFrom',x=9,y=17]"}
137
+ {"text": "create point 27 16\n[verb='create',form='point',call='pointFrom',x=27,y=16]"}
138
+ {"text": "create point at 9, 21\n[verb='create',form='point',call='pointFrom',x=9,y=21]"}
139
+ {"text": "circle 5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=0,y=0]"}
140
+ {"text": "circle nil 3 at 36,19\n[verb='create',form='circle',call='circleCenterAndRadius',name='nil',radius=3,x=36,y=19]"}
141
+ {"text": "circle xww 2\n[verb='create',form='circle',call='circleCenterAndRadius',name='xww',radius=2,x=0,y=0]"}
142
+ {"text": "circle radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',radius=3,x=0,y=0]"}
143
+ {"text": "create a circle of 2 at 33,24\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=33,y=24]"}
144
+ {"text": "circle called vkb of 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='vkb',radius=1,x=0,y=0]"}
145
+ {"text": "create circle qje with 2 at 18,18\n[verb='create',form='circle',call='circleCenterAndRadius',name='qje',radius=2,x=18,y=18]"}
146
+ {"text": "keylime circle 5\n[verb='create',form='circle',call='circleCenterAndRadius',color='keylime',radius=5,x=0,y=0]"}
147
+ {"text": "ivory color circle 2\n[verb='create',form='circle',call='circleCenterAndRadius',color='ivory',radius=2,x=0,y=0]"}
148
+ {"text": "create circle 4 with color concrete\n[verb='create',form='circle',call='circleCenterAndRadius',color='concrete',radius=4,x=0,y=0]"}
149
+ {"text": "celery circle named clu of 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='clu',color='celery',radius=4,x=0,y=0]"}
150
+ {"text": "circle called nzt radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='nzt',radius=3,x=0,y=0]"}
151
+ {"text": "circle nfr of radius 2 at 34, 29\n[verb='create',form='circle',call='circleCenterAndRadius',name='nfr',radius=2,x=34,y=29]"}
152
+ {"text": "circle toy of 1 at 16, 19\n[verb='create',form='circle',call='circleCenterAndRadius',name='toy',radius=1,x=16,y=19]"}
153
+ {"text": "circle from zph to tr1\n[verb='create',form='circle',call='circleFromTo',from='zph',to='tr1']"}
154
+ {"text": "circle qbt from m11 to xon\n[verb='create',form='circle',call='circleFromTo',name=qbt,from='m11',to='xon']"}
155
+ {"text": "circle from m6.c to tr1.e\n[verb='create',form='circle',call='circleFromTo',from='m6.C',to='tr1.E']"}
156
+ {"text": "circle from mjd a to xon c\n[verb='create',form='circle',call='circleFromTo',from='mjd.A',to='xon.C']"}
157
+ {"text": "circle through kpb point a,kpb point b,kpb point c\n[verb='create',form='circle',call='circleThrough3Points',through1='kpb.A',through2='kpb.B',through3='kpb.C']"}
158
+ {"text": "circle through xew point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='xew.D',through2='xew.A',through3='xew.B']"}
159
+ {"text": "rectangle at 10,8\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=10,y=8]"}
160
+ {"text": "rectangle koj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='koj',width=5,height=3,x=0,y=0]"}
161
+ {"text": "at 24,31 rectangle called syp\n[verb='create',form='quad',call='quadByWidthAndHeight',name='syp',width=5,height=3,x=24,y=31]"}
162
+ {"text": "rectangle named wzj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='wzj',width=5,height=3,x=0,y=0]"}
163
+ {"text": "create rectangle of 6,10\n[verb='create',form='quad',call='quadByWidthAndHeight',width=6,height=10,x=0,y=0]"}
164
+ {"text": "29,12 a rectangle of 2 by 13\n[verb='create',form='quad',call='quadByWidthAndHeight',width=2,height=13,x=29,y=12]"}
165
+ {"text": "rectangle width 24,height 16\n[verb='create',form='quad',call='quadByWidthAndHeight',width=24,height=16,x=0,y=0]"}
166
+ {"text": "rectangle ffd at 9,17 and 6 by 11\n[verb='create',form='quad',call='quadByWidthAndHeight',name='ffd',width=6,height=11,x=9,y=17]"}
167
+ {"text": "snow colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='snow',width=5,height=3,x=0,y=0]"}
168
+ {"text": "rectangle color beige with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='beige',width=5,height=3,x=0,y=0]"}
169
+ {"text": "color whiskey rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='whiskey',width=5,height=3,x=0,y=0]"}
170
+ {"text": "bush rectangle 26 by 11\n[verb='create',form='quad',call='quadByWidthAndHeight',color='bush',width=26,height=11,x=0,y=0]"}
171
+ {"text": "rectangle from 25,10 to 15,19\n[verb='create',form='quad',call='quadFromTo',from='25|10',to='15|19']"}
172
+ {"text": "rectangle from 26 17 to 1 16\n[verb='create',form='quad',call='quadFromTo',from='26|17',to='1|16']"}
173
+ {"text": "rectangle from m5 to tr2\n[verb='create',form='quad',call='quadFromTo',from='m5',to='tr2']"}
174
+ {"text": "rectangle from tr2 center to dots center\n[verb='create',form='quad',call='quadFromTo',from='tr2.center',to='dots.center']"}
175
+ {"text": "rectangle from m7 point a to tr2 point c\n[verb='create',form='quad',call='quadFromTo',from='m7.A',to='tr2.C']"}
176
+ {"text": "rectangle from vnb bottom right to tr1 top left\n[verb='create',form='quad',call='quadFromTo',from='vnb.bottomRight',to='tr1.topLeft']"}
177
+ {"text": "30,8 a triangle of 12 by 12\n[verb='create',form='triangle',call='triangleByPoints',width=12,height=12,x=30,y=8]"}
178
+ {"text": "triangle right of 15 by 14\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=15,height=14,x=0,y=0]"}
179
+ {"text": "triangle right at 13,5 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=13,y=5]"}
180
+ {"text": "39,23 a triangle right of 7 by 14\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=7,height=14,x=39,y=23]"}
181
+ {"text": "sepia triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='sepia',A ='25|9',B ='11|0',C ='4|24']"}
182
+ {"text": "coriander segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='coriander']"}
183
+ {"text": "segment color nickel 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='nickel']"}
184
+ {"text": "segment from 17,26 to 26,8\n[fverb='create',form='segment',call='segmentFromTo',from='17|26',to='26|8']"}
185
+ {"text": "segment from 15 8 to 12 9\n[verb='create',form='segment',call='segmentFromTo',from='15|8',to='12|9']"}
186
+ {"text": "segment from tr1 to xon\n[verb='create',form='segment',call='segmentFromTo',from='tr1',to='xon']"}
187
+ {"text": "segment from m3 center to m4 center\n[verb='create',form='segment',call='segmentFromTo',from='m3.center',to='m4.center']"}
188
+ {"text": "segment from xon center to guh center\n[verb='create',form='segment',call='segmentFromTo',from='xon.center',to='guh.center']"}
189
+ {"text": "segment from tr3 point a to tr5 point c\n[verb='create',form='segment',call='segmentFromTo',from='tr3.A',to='tr5.C']"}
190
+ {"text": "segment from m5 bottom right to m4 top left\n[verb='create',form='segment',call='segmentFromTo',from='m5.bottomRight',to='m4.topLeft']"}
191
+ {"text": "point yko\n[verb='create',form='point',call='pointFrom',name='yko',x=0,y=0]"}
192
+ {"text": "point 6,6\n[verb='create',form='point',call='pointFrom',x=6,y=6]"}
193
+ {"text": "point txy 19,17\n[verb='create',form='point',call='pointFrom',name='txy',x=19,y=17]"}
194
+ {"text": "point 20,-19\n[verb='create',form='point',call='pointFrom',x=20,y=-19]"}
195
+ {"text": "point -16,10\n[verb='create',form='point',call='pointFrom',x=-16,y=10]"}
196
+ {"text": "point -26,-22\n[verb='create',form='point',call='pointFrom',x=-26,y=-22]"}
197
+ {"text": "create point at 15 and 27\n[verb='create',form='point',call='pointFrom',x=15,y=27]"}
198
+ {"text": "create point 21 9\n[verb='create',form='point',call='pointFrom',x=21,y=9]"}
199
+ {"text": "create point at 19, 17\n[verb='create',form='point',call='pointFrom',x=19,y=17]"}
200
+ {"text": "circle ksj 2 at 14,28\n[verb='create',form='circle',call='circleCenterAndRadius',name='ksj',radius=2,x=14,y=28]"}
201
+ {"text": "circle cdk 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='cdk',radius=4,x=0,y=0]"}
202
+ {"text": "circle radius 2\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=0,y=0]"}
203
+ {"text": "create a circle of 2 at 24,5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=24,y=5]"}
204
+ {"text": "circle called rlw of 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='rlw',radius=1,x=0,y=0]"}
205
+ {"text": "create circle gfp with 1 at 13,13\n[verb='create',form='circle',call='circleCenterAndRadius',name='gfp',radius=1,x=13,y=13]"}
206
+ {"text": "pear circle 4\n[verb='create',form='circle',call='circleCenterAndRadius',color='pear',radius=4,x=0,y=0]"}
207
+ {"text": "burgundy color circle 2\n[verb='create',form='circle',call='circleCenterAndRadius',color='burgundy',radius=2,x=0,y=0]"}
208
+ {"text": "create circle 4 with color apricot\n[verb='create',form='circle',call='circleCenterAndRadius',color='apricot',radius=4,x=0,y=0]"}
209
+ {"text": "foam circle named mhk of 2\n[verb='create',form='circle',call='circleCenterAndRadius',name='mhk',color='foam',radius=2,x=0,y=0]"}
210
+ {"text": "circle called bvw radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='bvw',radius=3,x=0,y=0]"}
211
+ {"text": "circle cpf of radius 5 at 21, 20\n[verb='create',form='circle',call='circleCenterAndRadius',name='cpf',radius=5,x=21,y=20]"}
212
+ {"text": "circle jri of 5 at 47, 36\n[verb='create',form='circle',call='circleCenterAndRadius',name='jri',radius=5,x=47,y=36]"}
213
+ {"text": "circle from yki to m3\n[verb='create',form='circle',call='circleFromTo',from='yki',to='m3']"}
214
+ {"text": "circle ygr from yki to tr3\n[verb='create',form='circle',call='circleFromTo',name=ygr,from='yki',to='tr3']"}
215
+ {"text": "circle from m8.c to m8.e\n[verb='create',form='circle',call='circleFromTo',from='m8.C',to='m8.E']"}
216
+ {"text": "circle from m8 a to xon c\n[verb='create',form='circle',call='circleFromTo',from='m8.A',to='xon.C']"}
217
+ {"text": "circle through byu point a,byu point b,byu point c\n[verb='create',form='circle',call='circleThrough3Points',through1='byu.A',through2='byu.B',through3='byu.C']"}
218
+ {"text": "circle through inu point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='inu.D',through2='inu.A',through3='inu.B']"}
219
+ {"text": "rectangle at 37,24\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=37,y=24]"}
220
+ {"text": "rectangle msd\n[verb='create',form='quad',call='quadByWidthAndHeight',name='msd',width=5,height=3,x=0,y=0]"}
221
+ {"text": "at 23,34 rectangle called clu\n[verb='create',form='quad',call='quadByWidthAndHeight',name='clu',width=5,height=3,x=23,y=34]"}
222
+ {"text": "rectangle named zsc\n[verb='create',form='quad',call='quadByWidthAndHeight',name='zsc',width=5,height=3,x=0,y=0]"}
223
+ {"text": "create rectangle of 12,18\n[verb='create',form='quad',call='quadByWidthAndHeight',width=12,height=18,x=0,y=0]"}
224
+ {"text": "17,5 a rectangle of 18 by 8\n[verb='create',form='quad',call='quadByWidthAndHeight',width=18,height=8,x=17,y=5]"}
225
+ {"text": "rectangle width 28,height 26\n[verb='create',form='quad',call='quadByWidthAndHeight',width=28,height=26,x=0,y=0]"}
226
+ {"text": "rectangle pam at 3,19 and 5 by 20\n[verb='create',form='quad',call='quadByWidthAndHeight',name='pam',width=5,height=20,x=3,y=19]"}
227
+ {"text": "gray colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='gray',width=5,height=3,x=0,y=0]"}
228
+ {"text": "rectangle color mauve with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='mauve',width=5,height=3,x=0,y=0]"}
229
+ {"text": "color midnight rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='midnight',width=5,height=3,x=0,y=0]"}
230
+ {"text": "chino rectangle 19 by 12\n[verb='create',form='quad',call='quadByWidthAndHeight',color='chino',width=19,height=12,x=0,y=0]"}
231
+ {"text": "rectangle from 13,2 to 19,28\n[verb='create',form='quad',call='quadFromTo',from='13|2',to='19|28']"}
232
+ {"text": "rectangle from 24 27 to 15 21\n[verb='create',form='quad',call='quadFromTo',from='24|27',to='15|21']"}
233
+ {"text": "rectangle from tr1 to m4\n[verb='create',form='quad',call='quadFromTo',from='tr1',to='m4']"}
234
+ {"text": "rectangle from szx center to m10 center\n[verb='create',form='quad',call='quadFromTo',from='szx.center',to='m10.center']"}
235
+ {"text": "rectangle from tr5 point a to yki point c\n[verb='create',form='quad',call='quadFromTo',from='tr5.A',to='yki.C']"}
236
+ {"text": "rectangle from tvu bottom right to tr2 top left\n[verb='create',form='quad',call='quadFromTo',from='tvu.bottomRight',to='tr2.topLeft']"}
237
+ {"text": "38,16 a triangle of 17 by 10\n[verb='create',form='triangle',call='triangleByPoints',width=17,height=10,x=38,y=16]"}
238
+ {"text": "triangle right of 6 by 26\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=6,height=26,x=0,y=0]"}
239
+ {"text": "triangle right at 37,13 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=37,y=13]"}
240
+ {"text": "40,15 a triangle right of 3 by 27\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=3,height=27,x=40,y=15]"}
241
+ {"text": "vermilion triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='vermilion',A ='25|9',B ='11|0',C ='4|24']"}
242
+ {"text": "sepia segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='sepia']"}
243
+ {"text": "segment from 15,21 to 22,28\n[fverb='create',form='segment',call='segmentFromTo',from='15|21',to='22|28']"}
244
+ {"text": "segment from 21 20 to 4 14\n[verb='create',form='segment',call='segmentFromTo',from='21|20',to='4|14']"}
245
+ {"text": "segment from m7 to tr2\n[verb='create',form='segment',call='segmentFromTo',from='m7',to='tr2']"}
246
+ {"text": "segment from vnb center to afz center\n[verb='create',form='segment',call='segmentFromTo',from='vnb.center',to='afz.center']"}
247
+ {"text": "segment from zph center to m7 center\n[verb='create',form='segment',call='segmentFromTo',from='zph.center',to='m7.center']"}
248
+ {"text": "segment from m11 point a to nvg point c\n[verb='create',form='segment',call='segmentFromTo',from='m11.A',to='nvg.C']"}
249
+ {"text": "segment from m11 bottom right to guh top left\n[verb='create',form='segment',call='segmentFromTo',from='m11.bottomRight',to='guh.topLeft']"}
250
+ {"text": "point mhh\n[verb='create',form='point',call='pointFrom',name='mhh',x=0,y=0]"}
251
+ {"text": "point 20,12\n[verb='create',form='point',call='pointFrom',x=20,y=12]"}
252
+ {"text": "point dne 26,10\n[verb='create',form='point',call='pointFrom',name='dne',x=26,y=10]"}
253
+ {"text": "point 1,-3\n[verb='create',form='point',call='pointFrom',x=1,y=-3]"}
254
+ {"text": "point -26,7\n[verb='create',form='point',call='pointFrom',x=-26,y=7]"}
255
+ {"text": "point -24,-2\n[verb='create',form='point',call='pointFrom',x=-24,y=-2]"}
256
+ {"text": "create point at 13 and 16\n[verb='create',form='point',call='pointFrom',x=13,y=16]"}
257
+ {"text": "create point 17 28\n[verb='create',form='point',call='pointFrom',x=17,y=28]"}
258
+ {"text": "create point at 29, 24\n[verb='create',form='point',call='pointFrom',x=29,y=24]"}
259
+ {"text": "circle kxc 4 at 9,6\n[verb='create',form='circle',call='circleCenterAndRadius',name='kxc',radius=4,x=9,y=6]"}
260
+ {"text": "circle yqm 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='yqm',radius=1,x=0,y=0]"}
261
+ {"text": "create a circle of 5 at 23,29\n[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=23,y=29]"}
262
+ {"text": "circle called hmy of 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='hmy',radius=3,x=0,y=0]"}
263
+ {"text": "create circle mtg with 3 at 11,14\n[verb='create',form='circle',call='circleCenterAndRadius',name='mtg',radius=3,x=11,y=14]"}
264
+ {"text": "nickel circle 3\n[verb='create',form='circle',call='circleCenterAndRadius',color='nickel',radius=3,x=0,y=0]"}
265
+ {"text": "create circle 4 with color peach\n[verb='create',form='circle',call='circleCenterAndRadius',color='peach',radius=4,x=0,y=0]"}
266
+ {"text": "dune circle named ywz of 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='ywz',color='dune',radius=1,x=0,y=0]"}
267
+ {"text": "circle of radius 4\n[form=circle',radius=4,x=0,y=0]"}
268
+ {"text": "circle called fwn radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='fwn',radius=3,x=0,y=0]"}
269
+ {"text": "circle byg of radius 1 at 33, 11\n[verb='create',form='circle',call='circleCenterAndRadius',name='byg',radius=1,x=33,y=11]"}
270
+ {"text": "circle upm of 2 at 27, 46\n[verb='create',form='circle',call='circleCenterAndRadius',name='upm',radius=2,x=27,y=46]"}
271
+ {"text": "circle from m8 to tr5\n[verb='create',form='circle',call='circleFromTo',from='m8',to='tr5']"}
272
+ {"text": "circle vwl from tvu to yki\n[verb='create',form='circle',call='circleFromTo',name=vwl,from='tvu',to='yki']"}
273
+ {"text": "circle from vnb.c to m2.e\n[verb='create',form='circle',call='circleFromTo',from='vnb.C',to='m2.E']"}
274
+ {"text": "circle from m2 a to guh c\n[verb='create',form='circle',call='circleFromTo',from='m2.A',to='guh.C']"}
275
+ {"text": "circle through lle point a,lle point b,lle point c\n[verb='create',form='circle',call='circleThrough3Points',through1='lle.A',through2='lle.B',through3='lle.C']"}
276
+ {"text": "circle through qwd point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='qwd.D',through2='qwd.A',through3='qwd.B']"}
277
+ {"text": "rectangle at 33,5\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=33,y=5]"}
278
+ {"text": "rectangle vnc\n[verb='create',form='quad',call='quadByWidthAndHeight',name='vnc',width=5,height=3,x=0,y=0]"}
279
+ {"text": "at 22,7 rectangle called who\n[verb='create',form='quad',call='quadByWidthAndHeight',name='who',width=5,height=3,x=22,y=7]"}
280
+ {"text": "rectangle named bhw\n[verb='create',form='quad',call='quadByWidthAndHeight',name='bhw',width=5,height=3,x=0,y=0]"}
281
+ {"text": "create rectangle of 21,2\n[verb='create',form='quad',call='quadByWidthAndHeight',width=21,height=2,x=0,y=0]"}
282
+ {"text": "12,27 a rectangle of 21 by 4\n[verb='create',form='quad',call='quadByWidthAndHeight',width=21,height=4,x=12,y=27]"}
283
+ {"text": "rectangle width 23,height 29\n[verb='create',form='quad',call='quadByWidthAndHeight',width=23,height=29,x=0,y=0]"}
284
+ {"text": "rectangle trc at 19,7 and 1 by 22\n[verb='create',form='quad',call='quadByWidthAndHeight',name='trc',width=1,height=22,x=19,y=7]"}
285
+ {"text": "hibiscus colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='hibiscus',width=5,height=3,x=0,y=0]"}
286
+ {"text": "rectangle color mimosa with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='mimosa',width=5,height=3,x=0,y=0]"}
287
+ {"text": "color celeste rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='celeste',width=5,height=3,x=0,y=0]"}
288
+ {"text": "hurricane rectangle 17 by 6\n[verb='create',form='quad',call='quadByWidthAndHeight',color='hurricane',width=17,height=6,x=0,y=0]"}
289
+ {"text": "rectangle from 2,23 to 20,21\n[verb='create',form='quad',call='quadFromTo',from='2|23',to='20|21']"}
290
+ {"text": "rectangle from 11 10 to 13 26\n[verb='create',form='quad',call='quadFromTo',from='11|10',to='13|26']"}
291
+ {"text": "rectangle from tr1 to m5\n[verb='create',form='quad',call='quadFromTo',from='tr1',to='m5']"}
292
+ {"text": "rectangle from m1 center to tr4 center\n[verb='create',form='quad',call='quadFromTo',from='m1.center',to='tr4.center']"}
293
+ {"text": "rectangle from m2 point a to ndp point c\n[verb='create',form='quad',call='quadFromTo',from='m2.A',to='ndp.C']"}
294
+ {"text": "rectangle from m0 bottom right to guh top left\n[verb='create',form='quad',call='quadFromTo',from='m0.bottomRight',to='guh.topLeft']"}
295
+ {"text": "6,3 a triangle of 4 by 2\n[verb='create',form='triangle',call='triangleByPoints',width=4,height=2,x=6,y=3]"}
296
+ {"text": "triangle right of 16 by 4\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=16,height=4,x=0,y=0]"}
297
+ {"text": "triangle right at 41,10 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=41,y=10]"}
298
+ {"text": "5,25 a triangle right of 13 by 19\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=13,height=19,x=5,y=25]"}
299
+ {"text": "redwood triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='redwood',A ='25|9',B ='11|0',C ='4|24']"}
300
+ {"text": "snow segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='snow']"}
301
+ {"text": "segment color aluminium 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='aluminium']"}
302
+ {"text": "segment from 21,21 to 23,3\n[fverb='create',form='segment',call='segmentFromTo',from='21|21',to='23|3']"}
303
+ {"text": "segment from 3 8 to 23 14\n[verb='create',form='segment',call='segmentFromTo',from='3|8',to='23|14']"}
304
+ {"text": "segment from tr2 to m10\n[verb='create',form='segment',call='segmentFromTo',from='tr2',to='m10']"}
305
+ {"text": "segment from tr4 center to m4 center\n[verb='create',form='segment',call='segmentFromTo',from='tr4.center',to='m4.center']"}
306
+ {"text": "segment from m3 center to ndp center\n[verb='create',form='segment',call='segmentFromTo',from='m3.center',to='ndp.center']"}
307
+ {"text": "segment from m1 point a to m10 point c\n[verb='create',form='segment',call='segmentFromTo',from='m1.A',to='m10.C']"}
308
+ {"text": "segment from tr2 bottom right to m11 top left\n[verb='create',form='segment',call='segmentFromTo',from='tr2.bottomRight',to='m11.topLeft']"}
309
+ {"text": "point hgt\n[verb='create',form='point',call='pointFrom',name='hgt',x=0,y=0]"}
310
+ {"text": "point 19,10\n[verb='create',form='point',call='pointFrom',x=19,y=10]"}
311
+ {"text": "point hft 8,4\n[verb='create',form='point',call='pointFrom',name='hft',x=8,y=4]"}
312
+ {"text": "point 19,-2\n[verb='create',form='point',call='pointFrom',x=19,y=-2]"}
313
+ {"text": "point -18,9\n[verb='create',form='point',call='pointFrom',x=-18,y=9]"}
314
+ {"text": "point -16,-4\n[verb='create',form='point',call='pointFrom',x=-16,y=-4]"}
315
+ {"text": "create point at 15 and 28\n[verb='create',form='point',call='pointFrom',x=15,y=28]"}
316
+ {"text": "create point 10 25\n[verb='create',form='point',call='pointFrom',x=10,y=25]"}
317
+ {"text": "create point at 10, 15\n[verb='create',form='point',call='pointFrom',x=10,y=15]"}
318
+ {"text": "circle nmw 3 at 26,42\n[verb='create',form='circle',call='circleCenterAndRadius',name='nmw',radius=3,x=26,y=42]"}
319
+ {"text": "circle cof 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='cof',radius=4,x=0,y=0]"}
320
+ {"text": "create a circle of 1 at 9,10\n[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=9,y=10]"}
321
+ {"text": "circle called jtq of 2\n[verb='create',form='circle',call='circleCenterAndRadius',name='jtq',radius=2,x=0,y=0]"}
322
+ {"text": "create circle zer with 4 at 28,28\n[verb='create',form='circle',call='circleCenterAndRadius',name='zer',radius=4,x=28,y=28]"}
323
+ {"text": "raspberry circle 3\n[verb='create',form='circle',call='circleCenterAndRadius',color='raspberry',radius=3,x=0,y=0]"}
324
+ {"text": "indigo color circle 1\n[verb='create',form='circle',call='circleCenterAndRadius',color='indigo',radius=1,x=0,y=0]"}
325
+ {"text": "create circle 2 with color marzipan\n[verb='create',form='circle',call='circleCenterAndRadius',color='marzipan',radius=2,x=0,y=0]"}
326
+ {"text": "cobalt circle named poq of 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='poq',color='cobalt',radius=3,x=0,y=0]"}
327
+ {"text": "circle of radius 3\n[form=circle',radius=3,x=0,y=0]"}
328
+ {"text": "circle called emk radius 5\n[verb='create',form='circle',call='circleCenterAndRadius',name='emk',radius=5,x=0,y=0]"}
329
+ {"text": "circle rii of radius 4 at 46, 11\n[verb='create',form='circle',call='circleCenterAndRadius',name='rii',radius=4,x=46,y=11]"}
330
+ {"text": "circle dky of 1 at 20, 31\n[verb='create',form='circle',call='circleCenterAndRadius',name='dky',radius=1,x=20,y=31]"}
331
+ {"text": "circle from m2 to guh\n[verb='create',form='circle',call='circleFromTo',from='m2',to='guh']"}
332
+ {"text": "circle osd from mjd to m8\n[verb='create',form='circle',call='circleFromTo',name=osd,from='mjd',to='m8']"}
333
+ {"text": "circle from m5.c to afz.e\n[verb='create',form='circle',call='circleFromTo',from='m5.C',to='afz.E']"}
334
+ {"text": "circle from m1 a to xon c\n[verb='create',form='circle',call='circleFromTo',from='m1.A',to='xon.C']"}
335
+ {"text": "circle through xrp point a,xrp point b,xrp point c\n[verb='create',form='circle',call='circleThrough3Points',through1='xrp.A',through2='xrp.B',through3='xrp.C']"}
336
+ {"text": "circle through aea point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='aea.D',through2='aea.A',through3='aea.B']"}
337
+ {"text": "rectangle at 39,3\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=39,y=3]"}
338
+ {"text": "rectangle agx\n[verb='create',form='quad',call='quadByWidthAndHeight',name='agx',width=5,height=3,x=0,y=0]"}
339
+ {"text": "at 31,20 rectangle called poj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='poj',width=5,height=3,x=31,y=20]"}
340
+ {"text": "rectangle named pcn\n[verb='create',form='quad',call='quadByWidthAndHeight',name='pcn',width=5,height=3,x=0,y=0]"}
341
+ {"text": "create rectangle of 5,19\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=19,x=0,y=0]"}
342
+ {"text": "21,28 a rectangle of 5 by 7\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=7,x=21,y=28]"}
343
+ {"text": "rectangle width 1,height 28\n[verb='create',form='quad',call='quadByWidthAndHeight',width=1,height=28,x=0,y=0]"}
344
+ {"text": "rectangle zzn at 7,18 and 4 by 24\n[verb='create',form='quad',call='quadByWidthAndHeight',name='zzn',width=4,height=24,x=7,y=18]"}
345
+ {"text": "celery colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='celery',width=5,height=3,x=0,y=0]"}
346
+ {"text": "rectangle color cactus with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='cactus',width=5,height=3,x=0,y=0]"}
347
+ {"text": "color merino rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='merino',width=5,height=3,x=0,y=0]"}
348
+ {"text": "sauvignon rectangle 7 by 14\n[verb='create',form='quad',call='quadByWidthAndHeight',color='sauvignon',width=7,height=14,x=0,y=0]"}
349
+ {"text": "rectangle from 23,24 to 5,22\n[verb='create',form='quad',call='quadFromTo',from='23|24',to='5|22']"}
350
+ {"text": "rectangle from 11 16 to 12 25\n[verb='create',form='quad',call='quadFromTo',from='11|16',to='12|25']"}
351
+ {"text": "rectangle from m4 to nvg\n[verb='create',form='quad',call='quadFromTo',from='m4',to='nvg']"}
352
+ {"text": "rectangle from tr5 center to dots center\n[verb='create',form='quad',call='quadFromTo',from='tr5.center',to='dots.center']"}
353
+ {"text": "rectangle from tr1 point a to dots point c\n[verb='create',form='quad',call='quadFromTo',from='tr1.A',to='dots.C']"}
354
+ {"text": "rectangle from m4 bottom right to m0 top left\n[verb='create',form='quad',call='quadFromTo',from='m4.bottomRight',to='m0.topLeft']"}
355
+ {"text": "17,26 a triangle of 12 by 26\n[verb='create',form='triangle',call='triangleByPoints',width=12,height=26,x=17,y=26]"}
356
+ {"text": "triangle right of 29 by 3\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=29,height=3,x=0,y=0]"}
357
+ {"text": "triangle right at 5,11 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=5,y=11]"}
358
+ {"text": "12,11 a triangle right of 9 by 19\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=9,height=19,x=12,y=11]"}
359
+ {"text": "violet triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='violet',A ='25|9',B ='11|0',C ='4|24']"}
360
+ {"text": "azure segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='azure']"}
361
+ {"text": "segment color horizon 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='horizon']"}
362
+ {"text": "segment from 30,26 to 20,2\n[fverb='create',form='segment',call='segmentFromTo',from='30|26',to='20|2']"}
363
+ {"text": "segment from 28 27 to 8 3\n[verb='create',form='segment',call='segmentFromTo',from='28|27',to='8|3']"}
364
+ {"text": "segment from m1 to m5\n[verb='create',form='segment',call='segmentFromTo',from='m1',to='m5']"}
365
+ {"text": "segment from afz center to zph center\n[verb='create',form='segment',call='segmentFromTo',from='afz.center',to='zph.center']"}
366
+ {"text": "segment from m11 center to vnb center\n[verb='create',form='segment',call='segmentFromTo',from='m11.center',to='vnb.center']"}
367
+ {"text": "segment from m8 point a to nvg point c\n[verb='create',form='segment',call='segmentFromTo',from='m8.A',to='nvg.C']"}
368
+ {"text": "segment from m3 bottom right to mjd top left\n[verb='create',form='segment',call='segmentFromTo',from='m3.bottomRight',to='mjd.topLeft']"}
369
+ {"text": "point zbe\n[verb='create',form='point',call='pointFrom',name='zbe',x=0,y=0]"}
370
+ {"text": "point 9,23\n[verb='create',form='point',call='pointFrom',x=9,y=23]"}
371
+ {"text": "point lbq 2,4\n[verb='create',form='point',call='pointFrom',name='lbq',x=2,y=4]"}
372
+ {"text": "point 3,-24\n[verb='create',form='point',call='pointFrom',x=3,y=-24]"}
373
+ {"text": "point -20,4\n[verb='create',form='point',call='pointFrom',x=-20,y=4]"}
374
+ {"text": "point -3,-8\n[verb='create',form='point',call='pointFrom',x=-3,y=-8]"}
375
+ {"text": "create point at 17 and 16\n[verb='create',form='point',call='pointFrom',x=17,y=16]"}
376
+ {"text": "create point 26 24\n[verb='create',form='point',call='pointFrom',x=26,y=24]"}
377
+ {"text": "create point at 23, 7\n[verb='create',form='point',call='pointFrom',x=23,y=7]"}
378
+ {"text": "info wih\n[verb='info',name='wih']"}
379
+ {"text": "info on ufs\n[verb='info',name='ufs']"}
380
+ {"text": "info name gnc\n[verb='info',name='gnc']"}
381
+ {"text": "info lcl\n[verb='info',name='lcl']"}
382
+ {"text": "info on qxg\n[verb='info',name='qxg']"}
383
+ {"text": "info name sig\n[verb='info',name='sig']"}
384
+ {"text": "info saj\n[verb='info',name='saj']"}
385
+ {"text": "info on gsn\n[verb='info',name='gsn']"}
386
+ {"text": "info name ggk\n[verb='info',name='ggk']"}
387
+ {"text": "info hnt\n[verb='info',name='hnt']"}
388
+ {"text": "info on bxw\n[verb='info',name='bxw']"}
389
+ {"text": "info name fpf\n[verb='info',name='fpf']"}
390
+ {"text": "info apg\n[verb='info',name='apg']"}
391
+ {"text": "info on yrb\n[verb='info',name='yrb']"}
392
+ {"text": "info name ygp\n[verb='info',name='ygp']"}
393
+ {"text": "info yrh\n[verb='info',name='yrh']"}
394
+ {"text": "info on dcx\n[verb='info',name='dcx']"}
395
+ {"text": "info name ina\n[verb='info',name='ina']"}
396
+ {"text": "select zda\n[verb='select',name='zda']"}
397
+ {"text": "select name tky\n[verb='select',name='tky']"}
398
+ {"text": "select uio,tcp and ack\n[verb='select',name='uio',name='tcp',name='ack']"}
399
+ {"text": "select wjq\n[verb='select',name='wjq']"}
400
+ {"text": "select name cab\n[verb='select',name='cab']"}
401
+ {"text": "select fcw\n[verb='select',name='fcw']"}
402
+ {"text": "select name tek\n[verb='select',name='tek']"}
403
+ {"text": "select hrl\n[verb='select',name='hrl']"}
404
+ {"text": "select name dvo\n[verb='select',name='dvo']"}
405
+ {"text": "select asd\n[verb='select',name='asd']"}
406
+ {"text": "select name qor\n[verb='select',name='qor']"}
407
+ {"text": "select iba\n[verb='select',name='iba']"}
408
+ {"text": "select name qbh\n[verb='select',name='qbh']"}
409
+ {"text": "unselect haf\n[verb='unselect',name='haf']"}
410
+ {"text": "unselect name eom\n[verb='unselect',name='eom']"}
411
+ {"text": "unselect dgn\n[verb='unselect',name='dgn']"}
412
+ {"text": "unselect name dbz\n[verb='unselect',name='dbz']"}
413
+ {"text": "unselect cdj\n[verb='unselect',name='cdj']"}
414
+ {"text": "unselect name scv\n[verb='unselect',name='scv']"}
415
+ {"text": "unselect czh\n[verb='unselect',name='czh']"}
416
+ {"text": "unselect name hub\n[verb='unselect',name='hub']"}
417
+ {"text": "unselect bmf\n[verb='unselect',name='bmf']"}
418
+ {"text": "unselect name xwf\n[verb='unselect',name='xwf']"}
419
+ {"text": "unselect qxo\n[verb='unselect',name='qxo']"}
420
+ {"text": "unselect name hdi\n[verb='unselect',name='hdi']"}
421
+ {"text": "fill with color tusk\n[verb='fill',color='tusk']"}
422
+ {"text": "fill with cream\n[verb='fill',color='cream']"}
423
+ {"text": "fill bronze\n[verb='fill',color='bronze']"}
424
+ {"text": "fill dho with cloud\n[verb='fill',id='ydc',name='dho',color='cloud']"}
425
+ {"text": "fill ljc with color coral\n[verb='fill',id='ZSy',name='ljc',color='coral']"}
426
+ {"text": "skj fill with cloud\n[verb='fill',id='TeB',name='skj',color='cloud']"}
427
+ {"text": "fill with color flame\n[verb='fill',color='flame']"}
428
+ {"text": "fill with everglade\n[verb='fill',color='everglade']"}
429
+ {"text": "fill bean\n[verb='fill',color='bean']"}
430
+ {"text": "fill kgl with cordovan\n[verb='fill',id='nKw',name='kgl',color='cordovan']"}
431
+ {"text": "fill fhv with color woodland\n[verb='fill',id='fLx',name='fhv',color='woodland']"}
432
+ {"text": "uuu fill with mortar\n[verb='fill',id='NSU',name='uuu',color='mortar']"}
433
+ {"text": "fill with color opal\n[verb='fill',color='opal']"}
434
+ {"text": "fill with pesto\n[verb='fill',color='pesto']"}
435
+ {"text": "fill avocado\n[verb='fill',color='avocado']"}
436
+ {"text": "fill yff with cerise\n[verb='fill',id='bys',name='yff',color='cerise']"}
437
+ {"text": "fill wfj with color brandy\n[verb='fill',id='wUT',name='wfj',color='brandy']"}
438
+ {"text": "sjx fill with green\n[verb='fill',id='tur',name='sjx',color='green']"}
439
+ {"text": "fill with color sunflower\n[verb='fill',color='sunflower']"}
440
+ {"text": "fill with parchment\n[verb='fill',color='parchment']"}
441
+ {"text": "fill violet\n[verb='fill',color='violet']"}
442
+ {"text": "fill cqo with walnut\n[verb='fill',id='GFR',name='cqo',color='walnut']"}
443
+ {"text": "fill cde with color charcoal\n[verb='fill',id='qSQ',name='cde',color='charcoal']"}
444
+ {"text": "mir fill with wasabi\n[verb='fill',id='xMT',name='mir',color='wasabi']"}
445
+ {"text": "fill with color clover\n[verb='fill',color='clover']"}
446
+ {"text": "fill with cement\n[verb='fill',color='cement']"}
447
+ {"text": "fill teal\n[verb='fill',color='teal']"}
448
+ {"text": "fill gvt with walnut\n[verb='fill',id='cxH',name='gvt',color='walnut']"}
449
+ {"text": "fill mzt with color bone\n[verb='fill',id='IJB',name='mzt',color='bone']"}
450
+ {"text": "bbn fill with merlin\n[verb='fill',id='uIz',name='bbn',color='merlin']"}
451
+ {"text": "fill with color shadow\n[verb='fill',color='shadow']"}
452
+ {"text": "fill with flamingo\n[verb='fill',color='flamingo']"}
453
+ {"text": "fill tidal\n[verb='fill',color='tidal']"}
454
+ {"text": "fill jub with frost\n[verb='fill',id='TIX',name='jub',color='frost']"}
455
+ {"text": "fill hyj with color onion\n[verb='fill',id='zUJ',name='hyj',color='onion']"}
456
+ {"text": "eqh fill with iceberg\n[verb='fill',id='mzn',name='eqh',color='iceberg']"}
457
+ {"text": "delete awa\n[verb='delete',id='nGg',name='awa']"}
458
+ {"text": "delete name klk\n[verb='delete',id='OVj',name='klk']"}
459
+ {"text": "delete exl\n[verb='delete',id='kXl',name='exl']"}
460
+ {"text": "delete name lun\n[verb='delete',id='GIu',name='lun']"}
461
+ {"text": "delete qku\n[verb='delete',id='Lzj',name='qku']"}
462
+ {"text": "delete name ksn\n[verb='delete',id='UXB',name='ksn']"}
463
+ {"text": "delete mtw\n[verb='delete',id='Mjp',name='mtw']"}
464
+ {"text": "delete name wda\n[verb='delete',id='Nhy',name='wda']"}
465
+ {"text": "delete hel\n[verb='delete',id='FLn',name='hel']"}
466
+ {"text": "delete name nnq\n[verb='delete',id='zRq',name='nnq']"}
467
+ {"text": "delete gup\n[verb='delete',id='WXg',name='gup']"}
468
+ {"text": "delete name aus\n[verb='delete',id='ZPR',name='aus']"}
469
+ {"text": "translate by 23,28\n[verb='translate',x=23,y=28]"}
470
+ {"text": "translate by 17,-19\n[verb='translate',x=17,y=-19]"}
471
+ {"text": "translate 12\n[verb='translate',x=12,y=0]"}
472
+ {"text": "translate by -18\n[verb='translate',x=-18,y=0]"}
473
+ {"text": "translate by 8,22\n[verb='translate',x=8,y=22]"}
474
+ {"text": "translate left by 3\n[verb='translate',x=-3,y=0]"}
475
+ {"text": "left by 10\n[verb='translate',x=-10,y=0]"}
476
+ {"text": "translate right by 24\n[verb='translate',x=24,y=0]"}
477
+ {"text": "right by 13\n[verb='translate',x=13,y=0]"}
478
+ {"text": "translate up by 9\n[verb='translate',x=0,y=9]"}
479
+ {"text": "up by 9\n[verb='translate',x=0,y=9]"}
480
+ {"text": "translate down 17\n[verb='translate',x=0,y=-17]"}
481
+ {"text": "down 19\n[verb='translate',x=0,y=-19]"}
482
+ {"text": "translate left 5,down 27\n[verb='translate',x=-5,y=-27]"}
483
+ {"text": "left 22, down 24\n[verb='translate',x=-22,y=-24]"}
484
+ {"text": "up 15, right 21\n[verb='translate',x=-15,y=-21]"}
485
+ {"text": "translate rxg by 2,10\n[verb='translate',name='rxg',x=2,y=10]"}
486
+ {"text": "translate lab by 2,25\n[verb='translate',name='lab',x=2,y=25]"}
487
+ {"text": "translate oez by 17,-15\n[verb='translate',name='oez',x=17,y=-15]"}
488
+ {"text": "translate qwa 7\n[verb='translate',name='qwa',x=7,y=0]"}
489
+ {"text": "translate yek by -3\n[verb='translate',name='yek',x=-3,y=0]"}
490
+ {"text": "translate ogx by 10,29\n[verb='translate',name='ogx',x=10,y=29]"}
491
+ {"text": "translate jdq left by 23\n[verb='translate',name='jdq',x=-23,y=0]"}
492
+ {"text": "vgt translate right by 21\n[verb='translate',name='vgt',x=21,y=0]"}
493
+ {"text": "translate aqi up by 7\n[verb='translate',name='aqi',x=0,y=7]"}
494
+ {"text": "kcf translate down 9\n[verb='translate',name='kcf',x=0,y=-9]"}
495
+ {"text": "translate hxx left 19,down 14\n[verb='translate',name='hxx',x=-19,y=-14]"}
496
+ {"text": "translate by 13,25\n[verb='translate',x=13,y=25]"}
497
+ {"text": "translate by 5,-27\n[verb='translate',x=5,y=-27]"}
498
+ {"text": "translate 22\n[verb='translate',x=22,y=0]"}
499
+ {"text": "translate by -6\n[verb='translate',x=-6,y=0]"}
500
+ {"text": "translate by 4,22\n[verb='translate',x=4,y=22]"}
501
+ {"text": "translate left by 18\n[verb='translate',x=-18,y=0]"}
502
+ {"text": "left by 14\n[verb='translate',x=-14,y=0]"}
503
+ {"text": "translate right by 22\n[verb='translate',x=22,y=0]"}
504
+ {"text": "right by 19\n[verb='translate',x=19,y=0]"}
505
+ {"text": "translate up by 23\n[verb='translate',x=0,y=23]"}
506
+ {"text": "up by 21\n[verb='translate',x=0,y=21]"}
507
+ {"text": "translate down 4\n[verb='translate',x=0,y=-4]"}
508
+ {"text": "down 2\n[verb='translate',x=0,y=-2]"}
509
+ {"text": "translate left 14,down 20\n[verb='translate',x=-14,y=-20]"}
510
+ {"text": "left 16, down 22\n[verb='translate',x=-16,y=-22]"}
511
+ {"text": "up 20, right 10\n[verb='translate',x=-20,y=-10]"}
512
+ {"text": "translate eyi by 19,19\n[verb='translate',name='eyi',x=19,y=19]"}
513
+ {"text": "translate zyd by 25,18\n[verb='translate',name='zyd',x=25,y=18]"}
514
+ {"text": "translate vzy by 21,-19\n[verb='translate',name='vzy',x=21,y=-19]"}
515
+ {"text": "translate kye 5\n[verb='translate',name='kye',x=5,y=0]"}
516
+ {"text": "translate fwi by -26\n[verb='translate',name='fwi',x=-26,y=0]"}
517
+ {"text": "translate ajk by 23,22\n[verb='translate',name='ajk',x=23,y=22]"}
518
+ {"text": "translate ypo left by 19\n[verb='translate',name='ypo',x=-19,y=0]"}
519
+ {"text": "mlx translate right by 19\n[verb='translate',name='mlx',x=19,y=0]"}
520
+ {"text": "translate nov up by 19\n[verb='translate',name='nov',x=0,y=19]"}
521
+ {"text": "hcf translate down 21\n[verb='translate',name='hcf',x=0,y=-21]"}
522
+ {"text": "translate azj left 12,down 12\n[verb='translate',name='azj',x=-12,y=-12]"}
523
+ {"text": "translate by 16,10\n[verb='translate',x=16,y=10]"}
524
+ {"text": "translate by 1,-3\n[verb='translate',x=1,y=-3]"}
525
+ {"text": "translate 29\n[verb='translate',x=29,y=0]"}
526
+ {"text": "translate by -27\n[verb='translate',x=-27,y=0]"}
527
+ {"text": "translate by 13,16\n[verb='translate',x=13,y=16]"}
528
+ {"text": "translate left by 13\n[verb='translate',x=-13,y=0]"}
529
+ {"text": "left by 24\n[verb='translate',x=-24,y=0]"}
530
+ {"text": "right by 23\n[verb='translate',x=23,y=0]"}
531
+ {"text": "translate up by 2\n[verb='translate',x=0,y=2]"}
532
+ {"text": "up by 18\n[verb='translate',x=0,y=18]"}
533
+ {"text": "translate down 24\n[verb='translate',x=0,y=-24]"}
534
+ {"text": "down 16\n[verb='translate',x=0,y=-16]"}
535
+ {"text": "translate left 18,down 23\n[verb='translate',x=-18,y=-23]"}
536
+ {"text": "left 10, down 20\n[verb='translate',x=-10,y=-20]"}
537
+ {"text": "up 12, right 18\n[verb='translate',x=-12,y=-18]"}
538
+ {"text": "translate pvi by 12,12\n[verb='translate',name='pvi',x=12,y=12]"}
539
+ {"text": "translate rcy by 8,10\n[verb='translate',name='rcy',x=8,y=10]"}
540
+ {"text": "translate oji by 19,-9\n[verb='translate',name='oji',x=19,y=-9]"}
541
+ {"text": "translate hja 1\n[verb='translate',name='hja',x=1,y=0]"}
542
+ {"text": "translate yer by -1\n[verb='translate',name='yer',x=-1,y=0]"}
543
+ {"text": "translate kod by 8,22\n[verb='translate',name='kod',x=8,y=22]"}
544
+ {"text": "translate dni left by 18\n[verb='translate',name='dni',x=-18,y=0]"}
545
+ {"text": "usq translate right by 15\n[verb='translate',name='usq',x=15,y=0]"}
546
+ {"text": "translate vtp up by 18\n[verb='translate',name='vtp',x=0,y=18]"}
547
+ {"text": "jfd translate down 9\n[verb='translate',name='jfd',x=0,y=-9]"}
548
+ {"text": "translate wdu left 8,down 20\n[verb='translate',name='wdu',x=-8,y=-20]"}
549
+ {"text": "translate by 27,15\n[verb='translate',x=27,y=15]"}
550
+ {"text": "translate by 24,-2\n[verb='translate',x=24,y=-2]"}
551
+ {"text": "translate 17\n[verb='translate',x=17,y=0]"}
552
+ {"text": "translate by -1\n[verb='translate',x=-1,y=0]"}
553
+ {"text": "translate by 2,6\n[verb='translate',x=2,y=6]"}
554
+ {"text": "translate left by 23\n[verb='translate',x=-23,y=0]"}
555
+ {"text": "left by 4\n[verb='translate',x=-4,y=0]"}
556
+ {"text": "translate right by 2\n[verb='translate',x=2,y=0]"}
557
+ {"text": "right by 6\n[verb='translate',x=6,y=0]"}
558
+ {"text": "translate up by 3\n[verb='translate',x=0,y=3]"}
559
+ {"text": "up by 23\n[verb='translate',x=0,y=23]"}
560
+ {"text": "down 10\n[verb='translate',x=0,y=-10]"}
561
+ {"text": "translate left 18,down 13\n[verb='translate',x=-18,y=-13]"}
562
+ {"text": "left 22, down 12\n[verb='translate',x=-22,y=-12]"}
563
+ {"text": "up 7, right 9\n[verb='translate',x=-7,y=-9]"}
564
+ {"text": "translate bcj by 17,27\n[verb='translate',name='bcj',x=17,y=27]"}
565
+ {"text": "translate kll by 23,15\n[verb='translate',name='kll',x=23,y=15]"}
566
+ {"text": "translate eml by 18,-8\n[verb='translate',name='eml',x=18,y=-8]"}
567
+ {"text": "translate sgf 13\n[verb='translate',name='sgf',x=13,y=0]"}
568
+ {"text": "translate rpu by -1\n[verb='translate',name='rpu',x=-1,y=0]"}
569
+ {"text": "translate mzv by 12,16\n[verb='translate',name='mzv',x=12,y=16]"}
570
+ {"text": "translate bas left by 4\n[verb='translate',name='bas',x=-4,y=0]"}
571
+ {"text": "pbu translate right by 12\n[verb='translate',name='pbu',x=12,y=0]"}
572
+ {"text": "translate ipr up by 23\n[verb='translate',name='ipr',x=0,y=23]"}
573
+ {"text": "esy translate down 15\n[verb='translate',name='esy',x=0,y=-15]"}
574
+ {"text": "translate ryb left 14,down 3\n[verb='translate',name='ryb',x=-14,y=-3]"}
575
+ {"text": "translate by 11,2\n[verb='translate',x=11,y=2]"}
576
+ {"text": "translate by 19,-5\n[verb='translate',x=19,y=-5]"}
577
+ {"text": "translate 14\n[verb='translate',x=14,y=0]"}
578
+ {"text": "translate by -19\n[verb='translate',x=-19,y=0]"}
579
+ {"text": "translate by 27,16\n[verb='translate',x=27,y=16]"}
580
+ {"text": "translate left by 17\n[verb='translate',x=-17,y=0]"}
581
+ {"text": "left by 13\n[verb='translate',x=-13,y=0]"}
582
+ {"text": "translate right by 19\n[verb='translate',x=19,y=0]"}
583
+ {"text": "right by 20\n[verb='translate',x=20,y=0]"}
584
+ {"text": "translate up by 15\n[verb='translate',x=0,y=15]"}
585
+ {"text": "up by 8\n[verb='translate',x=0,y=8]"}
586
+ {"text": "translate down 25\n[verb='translate',x=0,y=-25]"}
587
+ {"text": "down 12\n[verb='translate',x=0,y=-12]"}
588
+ {"text": "translate left 24,down 1\n[verb='translate',x=-24,y=-1]"}
589
+ {"text": "left 23, down 20\n[verb='translate',x=-23,y=-20]"}
590
+ {"text": "up 5, right 2\n[verb='translate',x=-5,y=-2]"}
591
+ {"text": "translate rte by 21,29\n[verb='translate',name='rte',x=21,y=29]"}
592
+ {"text": "translate tig by 24,4\n[verb='translate',name='tig',x=24,y=4]"}
593
+ {"text": "translate uhf by 1,-28\n[verb='translate',name='uhf',x=1,y=-28]"}
594
+ {"text": "translate bag 15\n[verb='translate',name='bag',x=15,y=0]"}
595
+ {"text": "translate ueh by -20\n[verb='translate',name='ueh',x=-20,y=0]"}
596
+ {"text": "translate nwm by 16,4\n[verb='translate',name='nwm',x=16,y=4]"}
597
+ {"text": "translate oib left by 26\n[verb='translate',name='oib',x=-26,y=0]"}
598
+ {"text": "azs translate right by 29\n[verb='translate',name='azs',x=29,y=0]"}
599
+ {"text": "translate pgl up by 7\n[verb='translate',name='pgl',x=0,y=7]"}
600
+ {"text": "hfa translate down 4\n[verb='translate',name='hfa',x=0,y=-4]"}
601
+ {"text": "translate cmk left 26,down 26\n[verb='translate',name='cmk',x=-26,y=-26]"}
602
+ {"text": "translate by 1,4\n[verb='translate',x=1,y=4]"}
603
+ {"text": "translate by 1,-23\n[verb='translate',x=1,y=-23]"}
604
+ {"text": "translate 15\n[verb='translate',x=15,y=0]"}
605
+ {"text": "translate by 19,11\n[verb='translate',x=19,y=11]"}
606
+ {"text": "translate left by 6\n[verb='translate',x=-6,y=0]"}
607
+ {"text": "left by 9\n[verb='translate',x=-9,y=0]"}
608
+ {"text": "translate right by 28\n[verb='translate',x=28,y=0]"}
609
+ {"text": "right by 15\n[verb='translate',x=15,y=0]"}
610
+ {"text": "translate up by 4\n[verb='translate',x=0,y=4]"}
611
+ {"text": "translate down 18\n[verb='translate',x=0,y=-18]"}
612
+ {"text": "down 14\n[verb='translate',x=0,y=-14]"}
613
+ {"text": "translate left 2,down 28\n[verb='translate',x=-2,y=-28]"}
614
+ {"text": "left 28, down 19\n[verb='translate',x=-28,y=-19]"}
615
+ {"text": "up 6, right 28\n[verb='translate',x=-6,y=-28]"}
616
+ {"text": "translate vlc by 20,13\n[verb='translate',name='vlc',x=20,y=13]"}
617
+ {"text": "translate fhy by 9,25\n[verb='translate',name='fhy',x=9,y=25]"}
618
+ {"text": "translate tcs by 22,-3\n[verb='translate',name='tcs',x=22,y=-3]"}
619
+ {"text": "translate olh 13\n[verb='translate',name='olh',x=13,y=0]"}
620
+ {"text": "translate tvh by -2\n[verb='translate',name='tvh',x=-2,y=0]"}
621
+ {"text": "translate hqt by 15,3\n[verb='translate',name='hqt',x=15,y=3]"}
622
+ {"text": "translate iod left by 8\n[verb='translate',name='iod',x=-8,y=0]"}
623
+ {"text": "gto translate right by 27\n[verb='translate',name='gto',x=27,y=0]"}
624
+ {"text": "translate opu up by 3\n[verb='translate',name='opu',x=0,y=3]"}
625
+ {"text": "gyn translate down 5\n[verb='translate',name='gyn',x=0,y=-5]"}
626
+ {"text": "translate mvf left 21,down 9\n[verb='translate',name='mvf',x=-21,y=-9]"}
627
+ {"text": "move to 7,26\n[verb='move',x=7,y=26]"}
628
+ {"text": "move to 2 and 4\n[verb='move',x=2,y=4]"}
629
+ {"text": "move rzk to 24,20\n[verb='move',name='rzk',x=24,y=20]"}
630
+ {"text": "move gqe to 21 and 2\n[verb='move',name='gqe',x=21,y=2]"}
631
+ {"text": "move to 6,26\n[verb='move',x=6,y=26]"}
632
+ {"text": "move to 14 and 5\n[verb='move',x=14,y=5]"}
633
+ {"text": "move rpe to 23,23\n[verb='move',name='rpe',x=23,y=23]"}
634
+ {"text": "move dbl to 18 and 9\n[verb='move',name='dbl',x=18,y=9]"}
635
+ {"text": "move to 14,4\n[verb='move',x=14,y=4]"}
636
+ {"text": "move to 17 and 21\n[verb='move',x=17,y=21]"}
637
+ {"text": "move mgc to 2,27\n[verb='move',name='mgc',x=2,y=27]"}
638
+ {"text": "move trw to 1 and 20\n[verb='move',name='trw',x=1,y=20]"}
639
+ {"text": "move to 11,17\n[verb='move',x=11,y=17]"}
640
+ {"text": "move to 26 and 29\n[verb='move',x=26,y=29]"}
641
+ {"text": "move pwb to 26,29\n[verb='move',name='pwb',x=26,y=29]"}
642
+ {"text": "move jki to 27 and 3\n[verb='move',name='jki',x=27,y=3]"}
643
+ {"text": "move to 8,2\n[verb='move',x=8,y=2]"}
644
+ {"text": "move to 3 and 25\n[verb='move',x=3,y=25]"}
645
+ {"text": "move xhw to 9,22\n[verb='move',name='xhw',x=9,y=22]"}
646
+ {"text": "move lng to 26 and 18\n[verb='move',name='lng',x=26,y=18]"}
647
+ {"text": "move to 11,25\n[verb='move',x=11,y=25]"}
648
+ {"text": "move to 26 and 18\n[verb='move',x=26,y=18]"}
649
+ {"text": "move qlm to 28,27\n[verb='move',name='qlm',x=28,y=27]"}
650
+ {"text": "move ern to 22 and 1\n[verb='move',name='ern',x=22,y=1]"}
valid.jsonl ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text": "create point at 29, 24\n[verb='create',form='point',call='pointFrom',x=29,y=24]"}
2
+ {"text": "circle zua of 5 at 13, 39\n[verb='create',form='circle',call='circleCenterAndRadius',name='zua',radius=5,x=13,y=39]"}
3
+ {"text": "10,12 a triangle of 23 by 15\n[verb='create',form='triangle',call='triangleByPoints',width=23,height=15,x=10,y=12]"}
4
+ {"text": "point mhh\n[verb='create',form='point',call='pointFrom',name='mhh',x=0,y=0]"}
5
+ {"text": "rectangle color beige with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='beige',width=5,height=3,x=0,y=0]"}
6
+ {"text": "point -26,-22\n[verb='create',form='point',call='pointFrom',x=-26,y=-22]"}
7
+ {"text": "triangle right at 5,11 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=5,y=11]"}
8
+ {"text": "create point at 9, 21\n[verb='create',form='point',call='pointFrom',x=9,y=21]"}
9
+ {"text": "rectangle width 1,height 28\n[verb='create',form='quad',call='quadByWidthAndHeight',width=1,height=28,x=0,y=0]"}
10
+ {"text": "triangle through 4,1 and 17,10 and 28,3\n[verb='create',form='triangle',call='triangleByPoints',A ='4|1',B ='17|10',C ='28|3']"}
11
+ {"text": "segment from tr3 point a to tr5 point c\n[verb='create',form='segment',call='segmentFromTo',from='tr3.A',to='tr5.C']"}
12
+ {"text": "sauvignon rectangle 7 by 14\n[verb='create',form='quad',call='quadByWidthAndHeight',color='sauvignon',width=7,height=14,x=0,y=0]"}
13
+ {"text": "circle through kpb point a,kpb point b,kpb point c\n[verb='create',form='circle',call='circleThrough3Points',through1='kpb.A',through2='kpb.B',through3='kpb.C']"}
14
+ {"text": "create point 27 16\n[verb='create',form='point',call='pointFrom',x=27,y=16]"}
15
+ {"text": "create circle 4 with color peach\n[verb='create',form='circle',call='circleCenterAndRadius',color='peach',radius=4,x=0,y=0]"}
16
+ {"text": "circle from tr1 to m3\n[verb='create',form='circle',call='circleFromTo',from='tr1',to='m3']"}
17
+ {"text": "rectangle named fwj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='fwj',width=5,height=3,x=0,y=0]"}
18
+ {"text": "color merino rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='merino',width=5,height=3,x=0,y=0]"}
19
+ {"text": "rectangle from tr1 to m4\n[verb='create',form='quad',call='quadFromTo',from='tr1',to='m4']"}
20
+ {"text": "create point at 19, 17\n[verb='create',form='point',call='pointFrom',x=19,y=17]"}
21
+ {"text": "circle jri of 5 at 47, 36\n[verb='create',form='circle',call='circleCenterAndRadius',name='jri',radius=5,x=47,y=36]"}
22
+ {"text": "rectangle at 10,8\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=10,y=8]"}
23
+ {"text": "circle cof 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='cof',radius=4,x=0,y=0]"}
24
+ {"text": "rectangle at 37,24\n[verb='create',form='quad',call='quadByWidthAndHeight',width=5,height=3,x=37,y=24]"}
25
+ {"text": "segment from m5 bottom right to m4 top left\n[verb='create',form='segment',call='segmentFromTo',from='m5.bottomRight',to='m4.topLeft']"}
26
+ {"text": "rectangle named pcn\n[verb='create',form='quad',call='quadByWidthAndHeight',name='pcn',width=5,height=3,x=0,y=0]"}
27
+ {"text": "create circle mtg with 3 at 11,14\n[verb='create',form='circle',call='circleCenterAndRadius',name='mtg',radius=3,x=11,y=14]"}
28
+ {"text": "point 20,12\n[verb='create',form='point',call='pointFrom',x=20,y=12]"}
29
+ {"text": "circle called bvw radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='bvw',radius=3,x=0,y=0]"}
30
+ {"text": "create point at 15 and 28\n[verb='create',form='point',call='pointFrom',x=15,y=28]"}
31
+ {"text": "5,25 a triangle right of 13 by 19\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=13,height=19,x=5,y=25]"}
32
+ {"text": "circle radius 1\n[verb='create',form='circle',call='circleCenterAndRadius',radius=1,x=0,y=0]"}
33
+ {"text": "circle called nzt radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='nzt',radius=3,x=0,y=0]"}
34
+ {"text": "circle from 0,0 to 9,8\n[verb='create',form='circle',call='circleFromTo',from='0|0',to='9|8']"}
35
+ {"text": "raspberry circle 3\n[verb='create',form='circle',call='circleCenterAndRadius',color='raspberry',radius=3,x=0,y=0]"}
36
+ {"text": "17,26 a triangle of 12 by 26\n[verb='create',form='triangle',call='triangleByPoints',width=12,height=26,x=17,y=26]"}
37
+ {"text": "circle through xrp point a,xrp point b,xrp point c\n[verb='create',form='circle',call='circleThrough3Points',through1='xrp.A',through2='xrp.B',through3='xrp.C']"}
38
+ {"text": "point 3,-13\n[verb='create',form='point',call='pointFrom',x=3,y=-13]"}
39
+ {"text": "circle nij from m5 to ndp\n[verb='create',form='circle',call='circleFromTo',name=nij,from='m5',to='ndp']"}
40
+ {"text": "sepia triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='sepia',A ='25|9',B ='11|0',C ='4|24']"}
41
+ {"text": "circle from m8.c to m8.e\n[verb='create',form='circle',call='circleFromTo',from='m8.C',to='m8.E']"}
42
+ {"text": "circle called rja radius 4\n[verb='create',form='circle',call='circleCenterAndRadius',name='rja',radius=4,x=0,y=0]"}
43
+ {"text": "circle from vnb to ndp\n[verb='create',form='circle',call='circleFromTo',from='vnb',to='ndp']"}
44
+ {"text": "circle 5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=5,x=0,y=0]"}
45
+ {"text": "circle gse 4 at 11,14\n[verb='create',form='circle',call='circleCenterAndRadius',name='gse',radius=4,x=11,y=14]"}
46
+ {"text": "rectangle width 28,height 26\n[verb='create',form='quad',call='quadByWidthAndHeight',width=28,height=26,x=0,y=0]"}
47
+ {"text": "lemon color circle 2\n[verb='create',form='circle',call='circleCenterAndRadius',color='lemon',radius=2,x=0,y=0]"}
48
+ {"text": "circle ygr from yki to tr3\n[verb='create',form='circle',call='circleFromTo',name=ygr,from='yki',to='tr3']"}
49
+ {"text": "rectangle named wzj\n[verb='create',form='quad',call='quadByWidthAndHeight',name='wzj',width=5,height=3,x=0,y=0]"}
50
+ {"text": "point 12,-19\n[verb='create',form='point',call='pointFrom',x=12,y=-19]"}
51
+ {"text": "circle from vnb.c to m2.e\n[verb='create',form='circle',call='circleFromTo',from='vnb.C',to='m2.E']"}
52
+ {"text": "circle byg of radius 1 at 33, 11\n[verb='create',form='circle',call='circleCenterAndRadius',name='byg',radius=1,x=33,y=11]"}
53
+ {"text": "circle toy of 1 at 16, 19\n[verb='create',form='circle',call='circleCenterAndRadius',name='toy',radius=1,x=16,y=19]"}
54
+ {"text": "circle called fwn radius 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='fwn',radius=3,x=0,y=0]"}
55
+ {"text": "rectangle from 25,10 to 15,19\n[verb='create',form='quad',call='quadFromTo',from='25|10',to='15|19']"}
56
+ {"text": "cobalt circle named poq of 3\n[verb='create',form='circle',call='circleCenterAndRadius',name='poq',color='cobalt',radius=3,x=0,y=0]"}
57
+ {"text": "rectangle from 23,24 to 5,22\n[verb='create',form='quad',call='quadFromTo',from='23|24',to='5|22']"}
58
+ {"text": "rectangle from 4,16 to 21,3\n[verb='create',form='quad',call='quadFromTo',from='4|16',to='21|3']"}
59
+ {"text": "point txy 19,17\n[verb='create',form='point',call='pointFrom',name='txy',x=19,y=17]"}
60
+ {"text": "coriander segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='coriander']"}
61
+ {"text": "circle through lle point a,lle point b,lle point c\n[verb='create',form='circle',call='circleThrough3Points',through1='lle.A',through2='lle.B',through3='lle.C']"}
62
+ {"text": "create point 10 25\n[verb='create',form='point',call='pointFrom',x=10,y=25]"}
63
+ {"text": "dune circle named ywz of 1\n[verb='create',form='circle',call='circleCenterAndRadius',name='ywz',color='dune',radius=1,x=0,y=0]"}
64
+ {"text": "rectangle pam at 3,19 and 5 by 20\n[verb='create',form='quad',call='quadByWidthAndHeight',name='pam',width=5,height=20,x=3,y=19]"}
65
+ {"text": "circle from m1 a to xon c\n[verb='create',form='circle',call='circleFromTo',from='m1.A',to='xon.C']"}
66
+ {"text": "rectangle named hao\n[verb='create',form='quad',call='quadByWidthAndHeight',name='hao',width=5,height=3,x=0,y=0]"}
67
+ {"text": "circle through lqu point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='lqu.D',through2='lqu.A',through3='lqu.B']"}
68
+ {"text": "rectangle ffd at 9,17 and 6 by 11\n[verb='create',form='quad',call='quadByWidthAndHeight',name='ffd',width=6,height=11,x=9,y=17]"}
69
+ {"text": "circle from mjd a to xon c\n[verb='create',form='circle',call='circleFromTo',from='mjd.A',to='xon.C']"}
70
+ {"text": "rectangle from m2 point a to szx point c\n[verb='create',form='quad',call='quadFromTo',from='m2.A',to='szx.C']"}
71
+ {"text": "point -20,9\n[verb='create',form='point',call='pointFrom',x=-20,y=9]"}
72
+ {"text": "circle from m8 a to xon c\n[verb='create',form='circle',call='circleFromTo',from='m8.A',to='xon.C']"}
73
+ {"text": "conch triangle through 25,9 and 11,0 and 4,24\n[verb='create',form='triangle',call='triangleByPoints',color='conch',A ='25|9',B ='11|0',C ='4|24']"}
74
+ {"text": "color midnight rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='midnight',width=5,height=3,x=0,y=0]"}
75
+ {"text": "rectangle from afz bottom right to vnb top left\n[verb='create',form='quad',call='quadFromTo',from='afz.bottomRight',to='vnb.topLeft']"}
76
+ {"text": "segment from 25 17 to 30 29\n[verb='create',form='segment',call='segmentFromTo',from='25|17',to='30|29']"}
77
+ {"text": "circle 4\n[verb='create',form='circle',call='circleCenterAndRadius',radius=4,x=0,y=0]"}
78
+ {"text": "circle through inu point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='inu.D',through2='inu.A',through3='inu.B']"}
79
+ {"text": "circle through 1,15 ,12,25 and 15,25\n[verb='create',form='circle',call='circleThrough3Points',through1='1|15',through2='12|25',through3='15|25']"}
80
+ {"text": "segment from m1 to dots\n[verb='create',form='segment',call='segmentFromTo',from='m1',to='dots']"}
81
+ {"text": "triangle right at 37,13 and 5 by 5\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=5,height=5,x=37,y=13]"}
82
+ {"text": "segment from tr2 to m10\n[verb='create',form='segment',call='segmentFromTo',from='tr2',to='m10']"}
83
+ {"text": "point 9,4\n[verb='create',form='point',call='pointFrom',x=9,y=4]"}
84
+ {"text": "create point at 10, 15\n[verb='create',form='point',call='pointFrom',x=10,y=15]"}
85
+ {"text": "point zbe\n[verb='create',form='point',call='pointFrom',name='zbe',x=0,y=0]"}
86
+ {"text": "cerise circle named pif of 5\n[verb='create',form='circle',call='circleCenterAndRadius',name='pif',color='cerise',radius=5,x=0,y=0]"}
87
+ {"text": "create circle 2 with color marzipan\n[verb='create',form='circle',call='circleCenterAndRadius',color='marzipan',radius=2,x=0,y=0]"}
88
+ {"text": "rectangle from m2 point a to ndp point c\n[verb='create',form='quad',call='quadFromTo',from='m2.A',to='ndp.C']"}
89
+ {"text": "rectangle color cactus with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='cactus',width=5,height=3,x=0,y=0]"}
90
+ {"text": "rectangle from 13,2 to 19,28\n[verb='create',form='quad',call='quadFromTo',from='13|2',to='19|28']"}
91
+ {"text": "segment from zph center to m7 center\n[verb='create',form='segment',call='segmentFromTo',from='zph.center',to='m7.center']"}
92
+ {"text": "circle radius 2\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=0,y=0]"}
93
+ {"text": "segment from nvg center to zph center\n[verb='create',form='segment',call='segmentFromTo',from='nvg.center',to='zph.center']"}
94
+ {"text": "create circle zer with 4 at 28,28\n[verb='create',form='circle',call='circleCenterAndRadius',name='zer',radius=4,x=28,y=28]"}
95
+ {"text": "point 6,6\n[verb='create',form='point',call='pointFrom',x=6,y=6]"}
96
+ {"text": "segment from tr4 center to m4 center\n[verb='create',form='segment',call='segmentFromTo',from='tr4.center',to='m4.center']"}
97
+ {"text": "ash segment 2,5 to 7,4\n[verb='create',form='segment',call='segmentFromTo',from='2|5',to='7|4',color='ash']"}
98
+ {"text": "rectangle msd\n[verb='create',form='quad',call='quadByWidthAndHeight',name='msd',width=5,height=3,x=0,y=0]"}
99
+ {"text": "rectangle from tr5 center to m9 center\n[verb='create',form='quad',call='quadFromTo',from='tr5.center',to='m9.center']"}
100
+ {"text": "create rectangle of 28,28\n[verb='create',form='quad',call='quadByWidthAndHeight',width=28,height=28,x=0,y=0]"}
101
+ {"text": "triangle right of 20 by 2\n[verb='create',form='triangle',call='triangleByPoints',right=true,width=20,height=2,x=0,y=0]"}
102
+ {"text": "create a circle of 2 at 24,5\n[verb='create',form='circle',call='circleCenterAndRadius',radius=2,x=24,y=5]"}
103
+ {"text": "rectangle from 2,23 to 20,21\n[verb='create',form='quad',call='quadFromTo',from='2|23',to='20|21']"}
104
+ {"text": "circle through xew point d, point a, point b\n[verb='create',form='circle',call='circleThrough3Points',through1='xew.D',through2='xew.A',through3='xew.B']"}
105
+ {"text": "rectangle from 7 6 to 15 14\n[verb='create',form='quad',call='quadFromTo',from='7|6',to='15|14']"}
106
+ {"text": "rectangle color maize with 5 by 3\n[verb='create',form='quad',call='quadByWidthAndHeight',color='maize',width=5,height=3,x=0,y=0]"}
107
+ {"text": "segment from 15 8 to 12 9\n[verb='create',form='segment',call='segmentFromTo',from='15|8',to='12|9']"}
108
+ {"text": "umber colored rectangle\n[verb='create',form='quad',call='quadByWidthAndHeight',color='umber',width=5,height=3,x=0,y=0]"}
109
+ {"text": "circle of radius 4\n[form=circle',radius=4,x=0,y=0]"}
110
+ {"text": "rectangle from m1 to tr5\n[verb='create',form='quad',call='quadFromTo',from='m1',to='tr5']"}
111
+ {"text": "rectangle from guh bottom right to m0 top left\n[verb='create',form='quad',call='quadFromTo',from='guh.bottomRight',to='m0.topLeft']"}
112
+ {"text": "rectangle from tr5 center to dots center\n[verb='create',form='quad',call='quadFromTo',from='tr5.center',to='dots.center']"}
113
+ {"text": "rectangle from 26 17 to 1 16\n[verb='create',form='quad',call='quadFromTo',from='26|17',to='1|16']"}
114
+ {"text": "info lcl\n[verb='info',name='lcl']"}
115
+ {"text": "info wih\n[verb='info',name='wih']"}
116
+ {"text": "info on bxw\n[verb='info',name='bxw']"}
117
+ {"text": "info name ggk\n[verb='info',name='ggk']"}
118
+ {"text": "info on qxg\n[verb='info',name='qxg']"}
119
+ {"text": "select uio,tcp and ack\n[verb='select',name='uio',name='tcp',name='ack']"}
120
+ {"text": "select wjq\n[verb='select',name='wjq']"}
121
+ {"text": "select name qor\n[verb='select',name='qor']"}
122
+ {"text": "unselect haf\n[verb='unselect',name='haf']"}
123
+ {"text": "unselect name dbz\n[verb='unselect',name='dbz']"}
124
+ {"text": "unselect dgn\n[verb='unselect',name='dgn']"}
125
+ {"text": "fill dho with cloud\n[verb='fill',id='ydc',name='dho',color='cloud']"}
126
+ {"text": "mir fill with wasabi\n[verb='fill',id='xMT',name='mir',color='wasabi']"}
127
+ {"text": "fill cqo with walnut\n[verb='fill',id='GFR',name='cqo',color='walnut']"}
128
+ {"text": "fill with cement\n[verb='fill',color='cement']"}
129
+ {"text": "fill with color shadow\n[verb='fill',color='shadow']"}
130
+ {"text": "fill with cream\n[verb='fill',color='cream']"}
131
+ {"text": "fill hyj with color onion\n[verb='fill',id='zUJ',name='hyj',color='onion']"}
132
+ {"text": "fill violet\n[verb='fill',color='violet']"}
133
+ {"text": "fill with color tusk\n[verb='fill',color='tusk']"}
134
+ {"text": "fill ljc with color coral\n[verb='fill',id='ZSy',name='ljc',color='coral']"}
135
+ {"text": "delete awa\n[verb='delete',id='nGg',name='awa']"}
136
+ {"text": "delete hel\n[verb='delete',id='FLn',name='hel']"}
137
+ {"text": "delete mtw\n[verb='delete',id='Mjp',name='mtw']"}
138
+ {"text": "left 10, down 20\n[verb='translate',x=-10,y=-20]"}
139
+ {"text": "translate yek by -3\n[verb='translate',name='yek',x=-3,y=0]"}
140
+ {"text": "translate hja 1\n[verb='translate',name='hja',x=1,y=0]"}
141
+ {"text": "translate by -19\n[verb='translate',x=-19,y=0]"}
142
+ {"text": "translate kll by 23,15\n[verb='translate',name='kll',x=23,y=15]"}
143
+ {"text": "translate by -27\n[verb='translate',x=-27,y=0]"}
144
+ {"text": "up 20, right 10\n[verb='translate',x=-20,y=-10]"}
145
+ {"text": "translate vtp up by 18\n[verb='translate',name='vtp',x=0,y=18]"}
146
+ {"text": "up 5, right 2\n[verb='translate',x=-5,y=-2]"}
147
+ {"text": "translate vzy by 21,-19\n[verb='translate',name='vzy',x=21,y=-19]"}
148
+ {"text": "translate tig by 24,4\n[verb='translate',name='tig',x=24,y=4]"}
149
+ {"text": "left 22, down 12\n[verb='translate',x=-22,y=-12]"}
150
+ {"text": "left by 14\n[verb='translate',x=-14,y=0]"}
151
+ {"text": "translate 15\n[verb='translate',x=15,y=0]"}
152
+ {"text": "translate aqi up by 7\n[verb='translate',name='aqi',x=0,y=7]"}
153
+ {"text": "translate pgl up by 7\n[verb='translate',name='pgl',x=0,y=7]"}
154
+ {"text": "translate by 27,15\n[verb='translate',x=27,y=15]"}
155
+ {"text": "translate up by 2\n[verb='translate',x=0,y=2]"}
156
+ {"text": "translate ypo left by 19\n[verb='translate',name='ypo',x=-19,y=0]"}
157
+ {"text": "up 12, right 18\n[verb='translate',x=-12,y=-18]"}
158
+ {"text": "translate left by 3\n[verb='translate',x=-3,y=0]"}
159
+ {"text": "translate zyd by 25,18\n[verb='translate',name='zyd',x=25,y=18]"}
160
+ {"text": "translate by 1,4\n[verb='translate',x=1,y=4]"}
161
+ {"text": "left 28, down 19\n[verb='translate',x=-28,y=-19]"}
162
+ {"text": "translate jdq left by 23\n[verb='translate',name='jdq',x=-23,y=0]"}
163
+ {"text": "translate by -18\n[verb='translate',x=-18,y=0]"}
164
+ {"text": "translate by 4,22\n[verb='translate',x=4,y=22]"}
165
+ {"text": "translate left 2,down 28\n[verb='translate',x=-2,y=-28]"}
166
+ {"text": "down 19\n[verb='translate',x=0,y=-19]"}
167
+ {"text": "down 12\n[verb='translate',x=0,y=-12]"}
168
+ {"text": "pbu translate right by 12\n[verb='translate',name='pbu',x=12,y=0]"}
169
+ {"text": "translate left by 18\n[verb='translate',x=-18,y=0]"}
170
+ {"text": "translate iod left by 8\n[verb='translate',name='iod',x=-8,y=0]"}
171
+ {"text": "translate nov up by 19\n[verb='translate',name='nov',x=0,y=19]"}
172
+ {"text": "translate down 25\n[verb='translate',x=0,y=-25]"}
173
+ {"text": "translate by 16,10\n[verb='translate',x=16,y=10]"}
174
+ {"text": "translate by 27,16\n[verb='translate',x=27,y=16]"}
175
+ {"text": "translate up by 4\n[verb='translate',x=0,y=4]"}
176
+ {"text": "translate left by 23\n[verb='translate',x=-23,y=0]"}
177
+ {"text": "down 2\n[verb='translate',x=0,y=-2]"}
178
+ {"text": "left by 24\n[verb='translate',x=-24,y=0]"}
179
+ {"text": "translate bas left by 4\n[verb='translate',name='bas',x=-4,y=0]"}
180
+ {"text": "azs translate right by 29\n[verb='translate',name='azs',x=29,y=0]"}
181
+ {"text": "translate up by 23\n[verb='translate',x=0,y=23]"}
182
+ {"text": "translate by 17,-19\n[verb='translate',x=17,y=-19]"}
183
+ {"text": "hfa translate down 4\n[verb='translate',name='hfa',x=0,y=-4]"}
184
+ {"text": "down 14\n[verb='translate',x=0,y=-14]"}
185
+ {"text": "move to 7,26\n[verb='move',x=7,y=26]"}
186
+ {"text": "move to 11,25\n[verb='move',x=11,y=25]"}
187
+ {"text": "move to 11,17\n[verb='move',x=11,y=17]"}
188
+ {"text": "move rzk to 24,20\n[verb='move',name='rzk',x=24,y=20]"}
189
+ {"text": "move xhw to 9,22\n[verb='move',name='xhw',x=9,y=22]"}
190
+ {"text": "move to 14 and 5\n[verb='move',x=14,y=5]"}
191
+ {"text": "move to 26 and 29\n[verb='move',x=26,y=29]"}