Insert variable bool in variable.v
This commit is contained in:
parent
8ee6b04ad6
commit
5abb3a7c14
|
|
@ -32,6 +32,12 @@ pub fn main()
|
||||||
|
|
||||||
greet += ' Hope yout have a great day!'
|
greet += ' Hope yout have a great day!'
|
||||||
|
|
||||||
print("${greet}")
|
println("${greet}")
|
||||||
|
|
||||||
|
mut is_false := false
|
||||||
|
mut is_true := true
|
||||||
|
|
||||||
|
println(is_false)
|
||||||
|
println(is_true)
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue