mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-26 08:48:44 +00:00
fixes, optional type name added
This commit is contained in:
parent
d38d75c9d8
commit
0850e6aa6b
14 changed files with 163 additions and 99 deletions
|
|
@ -17,7 +17,7 @@ struct (Complex : #Value) =
|
|||
|
||||
struct Task =
|
||||
& name : String
|
||||
& duration : Float
|
||||
& duration : Float!
|
||||
|
||||
class Employee =
|
||||
& name : String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue