mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
ret, unreachable, param, deref
This commit is contained in:
@@ -1,8 +1,2 @@
|
||||
main :: proc() {
|
||||
x : int = 15;
|
||||
if x > 0 {
|
||||
x = 123;
|
||||
} else {
|
||||
x = 321;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user