User Tools

Site Tools


stats:proc:opensignup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stats:proc:opensignup [2011/10/15 20:32]
Patrick Michel
stats:proc:opensignup [2013/07/10 12:32]
Line 1: Line 1:
-====== Open Sign-Up ====== 
- 
-<code xcend> 
-openSignUp(string uid, string id) { 
-  assume exists //​accounts/​account[uid]/​assistant[id];​ 
-  ​ 
-  assume exists //​exercises/​exercise[id];​ 
-  ​ 
-  assume not //​exercises/​exercise[id]/​open;​ 
-  ​ 
-  update //​exercises/​exercise[id]/​open true; 
-} 
-</​code>​ 
  
stats/proc/opensignup.txt ยท Last modified: 2013/07/10 12:32 (external edit)