Move design idea example for hierarchical graphs out of features directory
[shapes.git] / test / text / dynamic.shape
blob0de51d3e57158bb5c2a1bb69db8475f7cc7b7ad2
1 ##lookin ..Shapes
3 dynamic @a ( \ x → 2 * x ) 1
5 IO..•stdout << @a << "{n}
6             << @a:2 | @a << "{n}
8 dynamic @b identity [error `Dynamic variable has no default binding.´]
9 IO..•stdout << @b:(4+3) | @b << ` No error see?´ << "{n}
12 Graphics..@spot