語句 (程式設計)
Sign in to saveAlso known as stmt, programming statement, program statement
最小的独立元素的命令式编程语言表达进行一些行动
Article · 中文
在計算機科學的編程中,敘述(又稱陈述式、叙述、述句、描述式、陳述句)是指令式編程語言中最小的獨立元素,表達程序要執行的一些動作。多數敘述是以高階語言編寫成一或多個敘述的序列,用於命令計算機執行指定的一系列操作。單一個敘述本身也具有內部結構(例如表達式)。 許多語言(例如說,C語言)將敘述與定義句(definition)分隔的很明確,因為敘述只會有運算符號以及一些宣告標識符號(identifier)的定義。我們也可以找出簡單敘述與複合敘述之間的差異;後者會在一個段落中包含了許多敘述。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
program loop
Entity
goto statement
Entity
Q15777
Entity
Python
Entity
Java
Entity
computer programming
Entity
computer program
Entity
Q81571
Entity
Donald Knuth
Entity
Q131140
Entity
Q154755
Entity
imperative programming
Entity
subroutine
Entity
parsing
Entity
Backus–Naur form
Entity
exception handling
Entity
Ole-Johan Dahl
Entity
formal grammar
Entity
conditional
Entity
control flow
Entity