lang_2023/tests/namespaces.lang

20 lines
265 B
Text
Raw Normal View History

2023-06-03 19:01:03 +03:00
namespace some-namespace {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace \array {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace \array {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace var \array {
decl something : -> \unit
}
2023-07-03 19:05:50 +03:00
namespace let \array {
2023-06-03 19:01:03 +03:00
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}