:sig
String cwd_get()

:params
return value : the current working directory

:desc
Returns the current working directory.

:see
>sys

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