-
Roman Alifanov authored
- Access env vars directly: env.HOME, env.USER, env.PATH - Generates ${VAR} without fork (no shell.capture needed) - Type is 'any', can be explicitly typed: port: int = env.PORT - Add 4 tests for env variables including int arithmetic - Update all documentation files25773938