最完整的Object Pascal语言介绍(中文版)

[入库:2005年11月10日] [更新:2007年10月17日]

本文简介:Delphi中使用的面向对象pascal编程语言并不是borland公司1995年发布可视化开发环境Delphi时才有的,它只是已有borland pascal产品的简单扩展。 Borland没有发明pascal,但它推广并扩展了pascal。

Pascal中,注释括在大括号中或带星号的圆括号中。Delphi 也认可C++ 风格的注释,即把注释放在双斜线后。例如

{this is a comment}

(* this is another comment *)

// this is a comment up to the end of the line

本方案相关附件

本文关键:,最完整的Object Pascal语言介绍(中文版),
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top