added some constant relations
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user