Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Minor fix in deparsing the
__BLOCK__
keyword.
Example: say { |n| # will call the block as a block (not as a function) n < 2 ? n : (__BLOCK__(n-1) + __BLOCK__(n-2)) }(12)
- Loading branch information