ICT
the blog for ICT
ken013194
暱稱: ホロ
性別: 男
國家: 香港
地區: 葵青區
« June 2026 »
SMTWTFS
123456
78910111213
14151617181920
21222324252627
282930
最新文章
Text File
Arrays
String Procedures
String Functions
String Operation
文章分類
全部 (23)
Programming Language (23)
訪客留言
最近三個月尚無任何留言
每月文章
日誌訂閱
尚未訂閱任何日誌
好友名單
尚無任何好友
網站連結
尚無任何連結
最近訪客
最近沒有訪客
日誌統計
文章總數: 23
留言總數: 0
今日人氣: 1
累積人氣: 50
站內搜尋
RSS 訂閱
RSS Feed
2009 年 9 月 11 日  星期五   晴天


Reserved Word 分類: Programming Language

High-level Programming Language (Pascal)

Reserved Words

  • have predefined or special meanings
  • cannot be redefined and used for any other purposes
  • a list of reserved words

    Reserved Words
    and else of to
    array end or type
    begin file procedure until
    case for program var
    const function record while
    div if repeat with *
    do mod string * It is not required in the HKCEE
    downto not then


Syntax Diagram 分類: Programming Language

High-level Programming Language (Pascal)

Syntax diagrams

All programming languages have a precise grammar. Strict rules that govern the construction o......

(閱讀全文)



2009 年 9 月 10 日  星期四   陰天


Basic Structure 分類: Programming Language

High-level Programming Language (Pascal)

Introduction

Pascal is the high-level programming language that use English-like statements to instruct the c......

(閱讀全文)