Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
41eab7de
Commit
41eab7de
authored
Nov 14, 2000
by
Martin Wierich
Browse files
small bugfix
parent
48e9c50c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/typesupport.icl
View file @
41eab7de
...
...
@@ -1503,13 +1503,14 @@ optBeautifulizeIdent id_name
prefix_to_readable_name
"_c"
=
"case"
prefix_to_readable_name
"_g"
=
"guard"
prefix_to_readable_name
"_f"
=
"filter"
prefix_to_readable_name
"_if"
=
"if"
prefix_to_readable_name
"
\\
"
=
"lambda"
prefix_to_readable_name
prefix
|
prefix
.[
0
]
==
'c'
=
"comprehension"
|
prefix
.[
0
]
==
'g'
=
"generator"
prefix_to_readable_name
_
=
abort
"fatal error 21 in type.icl"
prefix_to_readable_name
_
=
abort
"fatal error 21 in type
support
.icl"
// search for an element in an array
searchlArrElt
p
s
i
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment