noun
A programming language paradigm that specifies a sequence of steps or procedures to perform a task. Common examples include C, Pascal, and BASIC.
C言語は代表的な手続き型言語の一つです。
C is one of the typical procedural languages.
手続き型言語では、プログラムは手続きや関数の集まりとして書かれます。
In procedural languages, programs are written as collections of procedures or functions.