Add env.VAR syntax for environment variables
- 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 files
Showing
Please
register
or
sign in
to comment