Convert all fns to block arg syntax.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var f = fn {
|
||||
var f = new Fn {
|
||||
1; 2; 3; 4; 5; 6; 7; 8;
|
||||
9; 10; 11; 12; 13; 14; 15; 16;
|
||||
17; 18; 19; 20; 21; 22; 23; 24;
|
||||
|
||||
Reference in New Issue
Block a user