about summary refs log tree commit diff stats
path: root/js/scripting-lang/baba-yaga-c/test_countdown_call.txt
blob: e06f8750958bb3b0d0a86ceccf3b5f5ee10db2e9 (plain) (blame)
1
countdown : n -> when n is 0 then 0 _ then countdown (n - 1); result : countdown 3;