...
This commit is contained in:
@@ -9,7 +9,7 @@ Complex :: struct {
|
|||||||
B: struct {
|
B: struct {
|
||||||
val: string;
|
val: string;
|
||||||
};
|
};
|
||||||
} = .B.{val = "hello"};
|
} = .B.{"hello"};
|
||||||
}
|
}
|
||||||
|
|
||||||
main :: () {
|
main :: () {
|
||||||
|
|||||||
@@ -8,11 +8,6 @@ main :: () {
|
|||||||
print("contained");
|
print("contained");
|
||||||
}
|
}
|
||||||
|
|
||||||
if 0 <= x <= 100 and 0 <= y <= 100 {
|
|
||||||
print("contained");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if 1000 > x > -100 and 0 <= y <= 100 {
|
if 1000 > x > -100 and 0 <= y <= 100 {
|
||||||
print("contained");
|
print("contained");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user