lib/rouge/demos/q in rouge-3.12.0 vs lib/rouge/demos/q in rouge-3.13.0

- old
+ new

@@ -1,2 +1,8 @@ / comment x: til 10 + +tab:([]a:1 2 3;b:`a `b `c); + +function:{[table] + select from table where b=`c + };