]> Witch of Git - ivy/blob - ivy-examples/break.vy
[Docs] Mention run.py and trace.py in the README
[ivy] / ivy-examples / break.vy
1 ; RUN: run.py %s | filecheck %s
2
3 (let (
4 [base (lam (y) (debug y))]
5 [f (lam (x) base)]
6 [use (f 0 0)]
7 ) (f use use))
8
9 ; check: 0
10 ; nextln: 0