june / Scoped Propagators

0 polubień
0 forków
1 plików
Ostatnio aktywne 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 ;
Nowsze Starsze