|
calldll #user32, "MessageBoxA", _NULL as long, "Alternative icon" as ptr, _ "LB Booster" as ptr, _MB_OK or _MB_ICONSTOP as ulong, ret as long
notice x$
|
'notice x$ 'produce x$ = White x$ = "White" call extraNotice "x$" sub extraNotice var$ notice var$;"=";eval$(var$) end sub
|
|
pi = 4*atn(1) notice "The value of PI is ";pi