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
The middle dot · (\cdotp U+00b7) and the Greek interpunct · (U+0387) are now treated as equivalent to the dot operator ⋅ (\cdot U+22c5) (#25157).
The text was updated successfully, but these errors were encountered:
function, caller and arguments meta information accessible on demand
fun (a): print arguments#1 print function.name print caller print function.code fun a:x+2 // => a:x+2 "fun" root context
accessible at compile time
Like creating implicit CallerArgumentExpression https://weblogs.asp.net/dixin/csharp-10-new-feature-callerargumentexpression-argument-check-and-more
Sorry, something went wrong.
No branches or pull requests
random todos
The middle dot · (\cdotp U+00b7) and the Greek interpunct · (U+0387) are now treated as equivalent to the dot operator ⋅ (\cdot U+22c5) (#25157).
The text was updated successfully, but these errors were encountered: