vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
1.ref
(215B)
1 List<Double> c = new ArrayList<Double>();
2 c.add(112.2);
3 c.add(102d);
4 c.add(12d);
5 c.add(954d);
6 c.add(39.43);
7 c.add(49.4);
8 c.add(2224.6);
9 c.add(94d);
10 c.add(123d);
11 c.add(4929.55);
12 c.add(12d);
13 c.add(98d);
14 c.add(91.22);