Inline IL

You can provide directly IL code by using the inline block.

static func main'()
{
    inline
    {
    	
    }
}

Last updated