Understanding Statements

 
Understanding Statements

A statement is a command that performs an action. Statements are found inside methods. You'll learn more about methods in Chapter 3, “Writing Methods and Applying Scope,” but for now, think of a method as a named sequence of statements inside a class. Main, which was introduced in the previous chapter, is an example of a method. Statements in C# 2005 must follow a well-defined set of rules. These rules are collectively known as syntax. (In contrast, the specification of what statements do is collectively known as semantics.) One of the simplest and most important C# 2005 syntax rules states that you must terminate all statements with a semicolon. For example, without its terminating semicolon, the following statement won't compile:

Console.WriteLine("Hello World");
TIP
C# 2005 is a “free format” language, which means that white space, such as a space character or a new line, is not significant except as a separator. In other words, you are free to lay out your statements in any style you choose. A simple, consistent layout style makes a program easier to read and understand.

The trick to programming well in any language is learning its syntax and semantics and then using the language in a natural and idiomatic way. This approach makes your programs readable and easy to modify. In the chapters throughout this book, you'll see examples of the most important C# 2005 statements.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值