Skip to content

Commit b431b16

Browse files
authored
Merge pull request #1995 from arturo-lang/alias-underscore-to-any
Alias `any` to `_`
2 parents 65f612f + 4a9fe45 commit b431b16

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/library/Core.nim

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,13 +1978,8 @@ proc defineModule*(moduleName: string) =
19781978
# Constants
19791979
#----------------------------
19801980

1981-
# TODO(Core\any) `_` could be aliased to `any`
1982-
# we should clean up word definitions and consider
1983-
# it a pure symbol first.
1984-
# https://github.com/arturo-lang/arturo/pull/1774
1985-
# labels: library,→ Core, enhancement
19861981
constant "any",
1987-
alias = unaliased,
1982+
alias = underscore,
19881983
description = "the ANY constant":
19891984
VANY
19901985

0 commit comments

Comments
 (0)