Skip to content

Commit

Permalink
expand *
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorOBrien-Foxx committed Mar 14, 2017
1 parent 2daf46b commit a5c857d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions header.cj
Expand Up @@ -61,5 +61,6 @@
#define rf(c,v) if(c) { K(v)
#define FL(name,type,init,cond,aft) for(type name = init; cond; aft)
#define FI(init,cond,aft) FL(i,int,init,cond,aft)
#define FJ(init,cond,aft) FL(j,int,init,cond,j+=aft)
#define CL(f) f(A.i())
#define CJ(f,x) f(A.x())
4 changes: 1 addition & 3 deletions test.kevin
@@ -1,3 +1 @@
W sop(A.r(123)+q.z);
$$$q
pc q{psi z=3;}
W sop(A.p(A.i()));

0 comments on commit a5c857d

Please sign in to comment.