File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - [ Whack XML] ( ./overview/xml/whack.md )
1313 - [ WhackDS] ( ./overview/whackds.md )
1414 - [ Tooling] ( ./overview/tooling.md )
15- - [ Access control namespaces ] ( ./overview/access-control .md )
15+ - [ Namespaces ] ( ./overview/namespaces .md )
1616 - [ Event model] ( ./overview/event-model.md )
1717 - [ Conditional compilation] ( ./overview/conditional-compilation.md )
1818 - [ Clonage] ( ./overview/clonage.md )
19- - [ Iteration capabilities ] ( ./overview/iteration.md )
19+ - [ Iteration] ( ./overview/iteration.md )
2020 - [ Environment variables] ( ./overview/env.md )
2121 - [ Type matching] ( ./overview/type-matching.md )
2222- [ Scope] ( ./scope.md )
Original file line number Diff line number Diff line change 1- # Iteration capabilities
1+ # Iteration
22
33ShockScript features full object-oriented iteration.
44
Original file line number Diff line number Diff line change 1- # Access control namespaces
1+ # Namespaces
22
3- ShockScript allows the user to define properties tied to a namespace, which is useful for version control and protection.
3+ ShockScript define properties whose name is tied to a namespace, which is useful for version control and protection.
44
55```
66package com.company.runner {
You can’t perform that action at this time.
0 commit comments