1.2.4. Array::len

Start felix section to test/stdlib/slrt-1.01.04-0.flx[1 /1 ]
     1: #line 121 "./lpsrc/flx_stdlib_regress.pak"
     2: //Check arrays
     3: #import <flx.flxh>
     4: print$ len$ array(5, 6); endl;
     5: print$ len$ array(7, 8, 9); endl;
     6: print$ len$ array(7, 8, 9, 10); endl;
End felix section to test/stdlib/slrt-1.01.04-0.flx[1]
Start data section to test/stdlib/slrt-1.01.04-0.expect[1 /1 ]
     1: 2
     2: 3
     3: 4
End data section to test/stdlib/slrt-1.01.04-0.expect[1]