mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-10 21:47:12 +00:00
example fixes
This commit is contained in:
parent
71c7d91e1a
commit
562541087e
13 changed files with 30 additions and 322 deletions
|
|
@ -1,19 +1,19 @@
|
|||
namespace Namespace {
|
||||
decl something : Unit -> Unit
|
||||
decl something : -> Unit
|
||||
}
|
||||
|
||||
namespace Array {
|
||||
decl something : Unit -> Unit
|
||||
decl something : -> Unit
|
||||
}
|
||||
|
||||
namespace Array {
|
||||
decl something : Unit -> Unit
|
||||
decl something : -> Unit
|
||||
}
|
||||
|
||||
namespace var Array {
|
||||
decl something : Unit -> Unit
|
||||
decl something : -> Unit
|
||||
}
|
||||
|
||||
namespace const Array {
|
||||
decl something : Unit -> Unit
|
||||
decl something : -> Unit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue