aboutsummaryrefslogtreecommitdiff
path: root/notes/versioned_default_params.txt
blob: 2033a6d624517924966500d6c9358e75162933e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

Versioned default/optional parameters
=====================================

Rough idea:

    func f
        int x
        int y
        since 1.2 int z = 2
    return
        int res
        since 1.1 bool is_stable
    end