mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
Unexported struct fields
This commit is contained in:
@@ -8,13 +8,6 @@
|
||||
#import "halloc.odin";
|
||||
|
||||
main :: proc() {
|
||||
|
||||
m: map[int]int;
|
||||
m[123] = 312;
|
||||
fmt.println(m[123]);
|
||||
delete(m, 123);
|
||||
fmt.println(m[123]);
|
||||
|
||||
/*
|
||||
/*
|
||||
Version 0.1.1
|
||||
|
||||
Reference in New Issue
Block a user