mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
19 lines
265 B
Text
19 lines
265 B
Text
namespace some-namespace {
|
|
decl something : -> \unit
|
|
}
|
|
|
|
namespace \array {
|
|
decl something : -> \unit
|
|
}
|
|
|
|
namespace \array {
|
|
decl something : -> \unit
|
|
}
|
|
|
|
namespace var \array {
|
|
decl something : -> \unit
|
|
}
|
|
|
|
namespace let \array {
|
|
decl something : -> \unit
|
|
}
|