This commit is contained in:
Araq
2019-05-13 09:40:43 +02:00
parent 869007b005
commit f84293ac8f

View File

@@ -4382,6 +4382,8 @@ A symbol can be forced to be open by a `mixin`:idx: declaration:
new result
init result
``mixin`` statements only make sense in templates and generics.
Bind statement
--------------
@@ -4410,6 +4412,7 @@ definition):
But a ``bind`` is rarely useful because symbol binding from the definition
scope is the default.
``bind`` statements only make sense in templates and generics.
Templates