Difference between revisions of "Basic Pascal Tutorial/Chapter 3/Sequential control/ja"

From Lazarus wiki
Jump to navigationJump to search
m (Kai Burghardt moved page Sequential control/ja to Basic Pascal Tutorial/Chapter 3/Sequential control/ja: tidy up main name space: create subpage hierarchy for basic Pascal tutorial [cf. [[Special: Per...)
(bypass redirects [cf. discussion])
Line 6: Line 6:
  
 
{|style=color-backgroud="white" cellspacing="20"
 
{|style=color-backgroud="white" cellspacing="20"
|[[Solution_2/ja|previous]]   
+
|[[Basic Pascal Tutorial/Chapter 2/Solution/ja|previous]]   
 
|[[Contents/ja|contents]]  
 
|[[Contents/ja|contents]]  
|[[Boolean_Expressions/ja|next]]
+
|[[Basic Pascal Tutorial/Chapter 3/Boolean Expressions/ja|next]]
 
|}
 
|}

Revision as of 02:14, 6 August 2022

български (bg) English (en) français (fr) 日本語 (ja) 中文(中国大陆)‎ (zh_CN)

3A - 逐次処理 (Sequential Control) (著者: Tao Yue, 状態: 原文のまま修正なし)

逐次処理は単純である。コンピュータ各命令を実行し end を見つけるまでそれを続ける。

previous contents next