On this page:
#%dynamism
8.12

8 Rhombus Static by Default🔗ℹ

 #lang rhombus/static package: rhombus-prototype

 import: rhombus/static/meta package: rhombus-prototype

 #lang rhombus/static/and_meta package: rhombus-prototype

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

#%dynamism

Initially indicates dynamic mode, but intended to be redefined by use_static or use_dynamic. See use_static for more information.