Add arithmetic expressions
This commit is contained in:
@@ -9,7 +9,7 @@ const starterFiles = {
|
||||
in
|
||||
schema.Service & {
|
||||
name = "api";
|
||||
port = 9443;
|
||||
port = 9000 + 443;
|
||||
}
|
||||
`,
|
||||
'schemas/service.dcdl': `Service = {
|
||||
|
||||
Reference in New Issue
Block a user