-
Notifications
You must be signed in to change notification settings - Fork 293
/
error-messages.txt
49 lines (49 loc) · 1.16 KB
/
error-messages.txt
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
gettext('Wrong Level')
gettext('Incomplete')
gettext('Invalid')
gettext('Invalid Space')
gettext('Has Blanks')
gettext('No Indentation')
gettext('Unexpected Indentation')
gettext('Parse')
gettext('Unquoted Text')
gettext('Unquoted Assignment')
gettext('Unquoted Equality Check')
gettext('Var Undefined')
gettext('Access Before Assign')
gettext('Cyclic Var Definition')
gettext('Lonely Echo')
gettext('Too Big')
gettext('Invalid Argument Type')
gettext('Invalid Argument')
gettext('Invalid Type Combination')
gettext('Unsupported Float')
gettext('Locked Language Feature')
gettext('Missing Command')
gettext('Missing Inner Command')
gettext('Incomplete Repeat')
gettext('Unsupported String Value')
gettext('Lonely Text')
gettext('ask_needs_var')
gettext('no_more_flat_if')
gettext('echo_out')
gettext('space')
gettext('comma')
gettext('question mark')
gettext('newline')
gettext('period')
gettext('exclamation mark')
gettext('dash')
gettext('star')
gettext('single quotes')
gettext('double quotes')
gettext('slash')
gettext('string')
gettext('nested blocks')
gettext('or')
gettext('number')
gettext('integer')
gettext('float')
gettext('list')
gettext('input')
gettext('Invalid At Command')