SC popupnested: comments cause overflow?
Posted: 05 Nov 2016 09:46
Hi Don,
shouldn't this code work without overflow?
shouldn't this code work without overflow?
Code: Select all
$menu = <<<MENU
Top;;:paper;1
Sub;;;4
Sub
Sub2;;*.ini
Sub2
Sub2;;;2
Top;;<xy>
MENU;
// this is a line (end) comment
/*
This is a block comment
*/
text popupnested($menu);
// this is a line (end) comment
/*
This is a block comment
*/
*/