fixes, optional type name added

This commit is contained in:
ProgramSnail 2023-05-23 00:51:51 +03:00
parent d38d75c9d8
commit 0850e6aa6b
14 changed files with 163 additions and 99 deletions

View file

@ -17,7 +17,7 @@ struct (Complex : #Value) =
struct Task =
& name : String
& duration : Float
& duration : Float!
class Employee =
& name : String