june / Scoped Propagators

0 j'aimes
0 forks
1 fichiers
Dernière activité 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 ;
Plus récent Plus ancien