Closed
Description
openedon Mar 7, 2014
|(::String) = 4
# | (generic function with 49 methods)
&(::String) = 6
# ERROR: syntax: invalid identifier name "::"
|(123,456)
#507
&(123,456)
# ERROR: unsupported or misplaced expression &
Base.(:&)
works as intended.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment