mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Massive Refactor and If statements
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
main :: proc() {
|
||||
x : int = 15;
|
||||
if x > 0 {
|
||||
x = 123;
|
||||
} else {
|
||||
x = 321;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user