Improved variable definitions
This commit is contained in:
@ -4,7 +4,6 @@ import "git.akyoto.dev/cli/q/src/build/expression"
|
||||
|
||||
// Variable represents a variable in a function.
|
||||
type Variable struct {
|
||||
Name string
|
||||
Value *expression.Expression
|
||||
IsConst bool
|
||||
Name string
|
||||
Value *expression.Expression
|
||||
}
|
||||
|
Reference in New Issue
Block a user