pascalabcnet/TestSuite/symbol_table_test.pas

14 lines
419 B
ObjectPascal
Raw Permalink Normal View History

//winonly
2017-08-08 23:00:19 +03:00
{$reference 'PresentationFramework.dll'}
{$reference 'WindowsBase.dll'}
{$reference 'PresentationCore.dll'}
{$reference 'WindowsFormsIntegration.dll'}
2015-05-14 22:35:07 +03:00
uses System, System.Windows, System.Collections, System.Collections.Generic;
begin
var lst: Generic.List<integer> := new System.Collections.Generic.List<integer>();
Convert.ToInt32('23');
var ic: System.Windows.Input.ICommand;
var ic2: Input.ICommand;
end.