pascalabcnet/TestSuite/symbol_table_test.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

9 lines
258 B
ObjectPascal

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.