-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinsn_dict.json
69 lines (69 loc) · 1.5 KB
/
insn_dict.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "insn_dict",
"version": "1.0.48",
"map": {
"when-green-flag-clicked": 1,
"repeat": 2,
"forever": 3,
"if-then": 4,
"if-then-else": 5,
"wait": 6,
"wait-until": 7,
"repeat-until": 8,
"breakpoint": 9,
"plus": 10,
"minus": 11,
"multiply": 12,
"divide": 13,
"mod": 14,
"and": 15,
"or": 16,
"not": 17,
"equal?": 18,
"less-than?": 19,
"greater-than?": 20,
"less-than-or-equal?": 21,
"greater-than-or-equal?": 22,
"round": 23,
"math": 24,
"turn-led": 25,
"turn-dcmotor-on": 26,
"turn-dcmotor-off": 27,
"buzzer-on": 28,
"buzzer-off": 29,
"set-servomotor-degree": 30,
"set-dcmotor-power": 31,
"multi-led": 32,
"servomotor-synchronized-motion": 33,
"3-axis-digital-accelerometer-value": 34,
"ir-photo-reflector-value": 35,
"light-sensor-value": 36,
"button-value": 37,
"touch-sensor-value": 38,
"reset-timer": 39,
"timer": 40,
"pick-random": 41,
"function": 42,
"call-function": 43,
"variable": 44,
"variable-ref": 45,
"set-variable-to": 46,
"change-variable-by": 47,
"list": 48,
"list-length": 49,
"list-add": 50,
"list-contains?": 51,
"list-ref": 52,
"list-delete": 53,
"list-replace": 54,
"list-insert": 55,
"sound-sensor-value": 56,
"return": 57,
"break": 58,
"continue": 59,
"image": 60,
"led-matrix": 61,
"color-sensor-value": 62,
"ultrasonic-distance-sensor-value": 63
}
}