added some constant relations
parent
5d866e48a0
commit
b2ba4768c6
|
@ -7,6 +7,18 @@ func my_fun(a, b, c, d, e, f, g, h) begin
|
||||||
if i = f then begin
|
if i = f then begin
|
||||||
print "hmmm"
|
print "hmmm"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if 1 = 1 then begin
|
||||||
|
print "true"
|
||||||
|
end
|
||||||
|
|
||||||
|
if 1 = 2 then begin
|
||||||
|
print "false"
|
||||||
|
end
|
||||||
|
|
||||||
|
if 1 < 2 then begin
|
||||||
|
print "true"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
func main() begin
|
func main() begin
|
||||||
|
|
Loading…
Reference in New Issue