8.18
2.3 Static by Default
| #lang rhombus/static | package: rhombus-lib | 
| import: rhombus/static/meta | package: rhombus-lib | 
| #lang rhombus/static/and_meta | package: rhombus-lib | 
The rhombus/static, rhombus/static/meta, and rhombus/static/and_meta modules re-export the bindings of rhombus, rhombus/meta, and rhombus/and_meta, respectively, except that #%dynamism is exported to indicate static mode.
| expression | |
Initially indicates static mode, as opposed to #%dynamism from
rhombus. See also use_static and
use_dynamic.