Where this shows up on the siteTool reviewClaude CodeAnthropic's agentic coding tool for reading codebases, editing files, running commands, and connecting to development tools. Available in terminal, IDE, desktop app, and browser workflows, with strong support for longer repo-scale tasks.Related glossary termsArgumentThe actual value you pass into a function’s parameter.Shared tags: general, basicsBooleanA value that’s either true or false.Shared tags: general, basicsConstantLike a variable, but its value cannot change after it’s set.Shared tags: general, basics