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