:sig
String cwd_get()

:params
return value : the current working directory

:see
>sys

:content
Returns the current working directory.

## Related Concepts

- PHP: `getcwd()`
- JavaScript / Node.js: Node `process.cwd()`
