Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
0.8.3:scripting [2021/10/13 13:40] – [Scripting] admin0.8.3:scripting [2021/10/13 13:41] – [Scripting] admin
Line 630: Line 630:
 unit app.test; unit app.test;
  
-[...]+interface 
 + 
 +const  
 + DEFAULT_STR : String = 'Test' + '-Output-' + 'Test:'; 
 +type 
 + TTest = class 
 + [...] 
 + end;
  
 implementation implementation