open-insight/LSL2/STPROC/TEST_SOMETHING.txt
Infineon\StieberD 7762b129af pre cutover push
2024-09-04 20:33:41 -07:00

18 lines
327 B
Plaintext

compile function test_something()
begin condition
pre:
post:
end condition
declare function start_window
$insert logical
*Void = start_window ( 'EXPORTS', 'LSL_MAIN2', 'SYSTEM_GENERATED*TMYRDS*Wacker', '', '' )
*tdate = mod( iconv( '1/5/00', 'D' ), 7 )
for i = 1 to 1
CALL MSG( '', I )
next i
RETURN 0