enhanced the compiler to show a proper message for a redundant class name defined with 'class'
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
5
lang.txt
5
lang.txt
@ -20,6 +20,11 @@
|
||||
make basic branded types to an object if possible.
|
||||
for example (#[10 20]:at 1)
|
||||
|
||||
default return value for some class methods.
|
||||
::: method -> return what??
|
||||
::* method -> return the new instance
|
||||
normal method -> return the last evaluated value?
|
||||
|
||||
|
||||
## dictionary list (DIC)
|
||||
#{ 1 2 3 4 }
|
||||
|
Reference in New Issue
Block a user