mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 13:51:26 -07:00
Merge branch 'master' of https://github.com/gingerBill/Odin
This commit is contained in:
+1
-4
@@ -251,10 +251,6 @@ explicit_parametric_polymorphic_procedures :: proc() {
|
||||
a, b = b, a; // Or use this syntax for this silly example case
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// A more complicated example using subtyping
|
||||
// Something like this could be used in a game
|
||||
Vector2 :: struct {x, y: f32};
|
||||
@@ -412,6 +408,7 @@ when true {
|
||||
// Command line argument(s)!
|
||||
// -opt=0,1,2,3
|
||||
|
||||
/*
|
||||
program := "+ + * - /";
|
||||
accumulator := 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user