aboutsummaryrefslogtreecommitdiffstats
path: root/samples/sample1.code
blob: b72d4966bd284a138ac743f315ea59e529d5f768 (plain)
1
2
3
4
5
6
7
8
9
# factorial = int.eq? n 1
#     1
#     int.multiply n (factorial (int.decrement n));

# factorial 10;

true
    (id 1)
    (id 2);