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