In the XPP dialect, the following code reports a parser error on BREAK(): ``` PROCEDURE Main // error XS9002: Parser: unexpected input 'BREAK' ErrorBlock( {|o| BREAK(o) } ) ``` According to https://doc.alaska-software.com/content/fdc_xppfcref_break.cxp, Break() is a regular function in XPP.
In the XPP dialect, the following code reports a parser error on BREAK():
According to https://doc.alaska-software.com/content/fdc_xppfcref_break.cxp, Break() is a regular function in XPP.