renan-guimaraes / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Strange syntax (implementation of object method as local procedure) #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code:

Type

 TObj = Class

  Procedure Proc;
  Procedure Proc2;

 End;

Procedure TObj.Proc;
Begin

 Procedure TObj.Proc2;
 Begin
 End;

End;

---------------
It's normal?

Original issue reported on code.google.com by kazantse...@mail.ru on 18 Feb 2013 at 2:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1828.

Original comment by zar...@gmail.com on 18 Feb 2013 at 3:46