File: lt.m3

package info (click to toggle)
ladr 0.0.200902a-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,400 kB
  • ctags: 7,168
  • sloc: ansic: 59,953; perl: 1,006; python: 620; makefile: 403; sh: 86; csh: 58; modula3: 13
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
interpretation( 5, [number = 1,seconds = 0], [
    function(^(_,_), [
        0,0,0,0,0,
        0,1,2,3,4,
        0,2,2,0,0,
        0,3,0,3,0,
        0,4,0,0,4]),
    function(v(_,_), [
        0,1,2,3,4,
        1,1,1,1,1,
        2,1,2,1,1,
        3,1,1,3,1,
        4,1,1,1,4])]).