We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ echo "${.sh.version}" Version AJM 93u+m/1.1.0-alpha+9a48c61e 2024-03-07 $ c=(a=b; function get { :; } ) $ typeset -p c typeset -C c= $ d=(a=b) $ function d.get { :; } $ typeset -p d typeset -C d=()
See also:
$ a=(typeset -A a=([a]=b); function get { typeset -p a; }) $ : $a typeset -C a= $ typeset -p a typeset -x a=typeset -x a=
Which looks pretty random.
The text was updated successfully, but these errors were encountered:
Identical symptoms in ksh 93u+ 2012-08-01 and in ksh2020.
Sorry, something went wrong.
No branches or pull requests
See also:
Which looks pretty random.
The text was updated successfully, but these errors were encountered: