block multimethod

Methods

block(body:Fun) Source: stdlib.ngs:187
Undocumented

Automatically called by NGS for syntax

block NAME BODY

Example

block b { calc(); if answer_found then b.return(42); more_calc(); another_answer }