1 2 3 4 5 6 7 8 9 10 11
/; main (int argc, ~~uint8 argv) [int] int i = 0 /; if (len args > 1) i = len args ;; else i = ~args ;/ return i ;/