summaryrefslogtreecommitdiffstats
path: root/test/patternless.folk
blob: de09ec3be1f7bc251476647040baaec16e9e8f2f (plain)
1
2
3
4
5
6
7
8
9
Assert! we are on
Assert! when we are on {
    puts hello

    When {
        puts inside
        Exit! 0
    }
} with environment {}