@@ -117,4 +117,4 @@ public struct Argument {
|
||||
self.argument = argument
|
||||
self.index = index
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,4 +209,4 @@ public struct FunctionCall {
|
||||
self.callee = callee
|
||||
self.arguments = arguments
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,4 +62,4 @@ public struct ReturnStatement {
|
||||
public init(_ value: EvaluatableExpression) {
|
||||
self.value = value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user