11 Sep
2003
11 Sep
'03
8:35 p.m.
Hi, I get this error : ./src/test.p: In main program: ./src/test.p:11: label `goal' used before containing binding contour ------------------------------------------------------------ program t; label goal; var s: string(80); begin if s <>'' then goto goal; s:=trim(s); goto goal; goal: end. -------------------------------------------------------------- I suspect trim routine to be the cause. If I remove trim call, my program compile right. Thanks
8400
Age (days ago)
8401
Last active (days ago)
2 comments
3 participants
participants (3)
-
Emil Jerabek -
Frank Heckenbach -
Mehdi Khaldi