UP

Function print_level


Definition

    ∇ Z←print_level State;Level;LN;Pivot;Score;Moves
[1]  (Level LN Pivot Score)←get_level State
[2]  Moves←1↓Z←State get_moves Level Pivot
[3]  'Level:' Level (⊃LN) 'Pivot:' Pivot 'Score:' Score 'Tcount:' ∆TCNT
[4]  'Repertoire:', Moves
    ∇

Call Graph (defined functions called from function print_level)

Caller Graph (defined functions calling function print_level)