Infix and Postfix procedure calls

This commit is contained in:
gingerBill
2016-08-23 11:11:01 +01:00
parent aaecb18c8f
commit 975705f1fc
9 changed files with 153 additions and 78 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#load "opengl.odin"
#load "math.odin"
TWO_HEARTS :: '💕';
TWO_HEARTS :: $💕$;
win32_perf_count_freq := GetQueryPerformanceFrequency();
time_now :: proc() -> f64 {