const -> let

This commit is contained in:
ProgramSnail 2023-07-03 19:05:50 +03:00
parent 3ae6ed079d
commit 189306df26
33 changed files with 406 additions and 285 deletions

View file

@ -14,6 +14,6 @@ namespace var \array {
decl something : -> \unit
}
namespace const \array {
namespace let \array {
decl something : -> \unit
}