Excluded from wscript v1
Generated Markdown for references/fact_wscript_excluded_v1.md.
Open book page Back to the skill graph
# Excluded from wscript v1
Deliberately absent in wscript v1:
Borrow checker, `&`/`&mut`, lifetimes, user-defined generics, exceptions, async, threads, implicit conversions, truthiness, string interpolation (use `fmt`), compound assignment (`+=`), bitwise operators, range values outside `for` headers, and script-to-script imports.
## Related
- [wscript: overview](../references/concept_wscript_overview.md)
- [wscript: loops](../references/concept_wscript_loops.md)
- [wscript: traits and operators](../references/concept_wscript_traits_operators.md)
[← Back to SKILL.md](../SKILL.md)