with harbour I get a strange compiler error in this line
- Code: Select all Expand view
- aPair := { {"Sun",8}, {"Mon",1}, {"Tue",57}, {"Wed",-6} }
ASORT( aPair,,, {| x, y | x[2] < y[2] } ) // syntax error at "["
with xHarbour it´s compiling fine.
Does anyone has an idea why it does not compile with harbour ?