june / Scoped Propagators

0 喜歡
0 分支
1 檔案
最後活躍 2 months ago
A small modification to the original propagator code that adds scopes.
1 || :@include: lib/rpn.nv
2
3 ||:: (
4 a = b + c ;
5 var c ;
6 a = 10 ;
7 b <- 20 ;
8 c <- 30 ;
9 {
10 a = b - c ;
上一頁 下一頁