Re: Use of num instead of float
is just poor programming and promotes unstable structure. -- Dale
Apoc4: Block scoping
Does the alias operator, C<< -> >>, work for C blocks too? if $a * $b / $c + $d -> $abcd { ... } Where $abcd would be lexically scoped to the if block and else block, if defined. I expect it could be used with any block statement, since Apoc 4 demonstrates it with for, g