mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Infix and Postfix procedure calls
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#load "opengl.odin"
|
||||
#load "math.odin"
|
||||
|
||||
TWO_HEARTS :: '💕';
|
||||
TWO_HEARTS :: $💕$;
|
||||
|
||||
win32_perf_count_freq := GetQueryPerformanceFrequency();
|
||||
time_now :: proc() -> f64 {
|
||||
|
||||
Reference in New Issue
Block a user