]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/ifs.qc
Implemented generalized attribute aliases. You can now alias functions, locals,...
[xonotic/gmqcc.git] / tests / ifs.qc
index d3089ce4d24aa51705dc4bc3e9e14a2253f4a1d1..7a7f13cf91ef81683818444211ba4eb1f46c90f8 100644 (file)
@@ -1,5 +1,3 @@
-void(string, ...) print = #1;
-
 void(float c) main = {
     if (c == 1)
         print("One\n");