mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Revert demo.odin
This commit is contained in:
@@ -946,12 +946,7 @@ deferred_procedure_associations :: proc() {
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
x: map[int]int;
|
||||
x[123] = 123;
|
||||
fmt.println(x);
|
||||
fmt.println(x[123]);
|
||||
|
||||
when false {
|
||||
when true {
|
||||
general_stuff();
|
||||
union_type();
|
||||
parametric_polymorphism();
|
||||
|
||||
Reference in New Issue
Block a user