Sergey Antonov Blog
среда, 22 декабря 2010 г.
YAR: Added explicit type cast
a:integer;
d:double;
begin
...
d:=a; //Implicit
d:=double(a); //Explicit
But! I am still thinking about the syntax for declaring new implicit or explicit operators: Delphi or Free Pascal like. :)
Комментариев нет:
Отправить комментарий
Следующее
Предыдущее
Главная страница
Подписаться на:
Комментарии к сообщению (Atom)
Комментариев нет:
Отправить комментарий