Improved variable definitions
This commit is contained in:
parent
0b4b10ed4c
commit
57c9fc22d1
7 changed files with 48 additions and 22 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue