-
-
Save d630/e46f868aa364ed5caa078b78e2e7f443 to your computer and use it in GitHub Desktop.
mksh: arithmetic compound command in function definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn() { | |
((1,1,1)) | |
a=(f o o) | |
} | |
typeset -fp fn |
man mksh:
let] Internally used alias for let.
but:
% alias let]
> let] alias not found
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In MIRBSD KSH R52 2016/04/09 I get: