revisione sintassi

This commit is contained in:
2026-05-25 12:02:06 +02:00
parent 27068b36d8
commit 93232d7084
2 changed files with 82 additions and 66 deletions
+7 -6
View File
@@ -14,7 +14,7 @@ TECTUM
../../modules/winnertakeall.md
../../elements/astrocyte.md
expansion:
expand_comprehension:
# Modules
@WTA-001: WINNERTAKEALL []
@@ -24,6 +24,10 @@ TECTUM
@AST-001: ASTROCYTE []
@AST-002: ASTROCYTE []
@: bind [@WTA-001, @AST-001]
istantiate_container:
# Qui l'interprete deve controllare che due o piu' "in" non sono ammessi, perche' potrebbero riguardare ASTROCYTE diversi. Da capore come fare il controllo.
# external intrication
@@ -32,10 +36,7 @@ TECTUM
@: IN-EXCITATION [in: @WTA-003.@OUT-EXCI-001]
# interanl intrication
@: EXCITATION [out: @WTA-001.@OUT-EXCI-001, in: @WTA-003.@IN-EXCI-002]
@: INHIBITION [out: @WTA-002.@OUT-INHI-001, in: @WTA-003.@IN-INHI-004]
bind: [@WTA-001, @AST-001]
```
```