File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ title: Glossary
77 used for one thing
88
99[ Datatypes] ( https://csci-1301.github.io/book.html#datatypes-and-variables ) :
10- ~ categories in C# used to define types of values, such
11- as strings
10+ ~ categories in C# used to define types of values, such as strings
1211
1312[ Variable] ( https://csci-1301.github.io/book.html#datatypes-and-variables ) :
1413~ values that be changed
@@ -17,8 +16,7 @@ title: Glossary
1716~ values that can not be changed
1817
1918[ Identifier] ( https://csci-1301.github.io/book.html#reserved-words-and-identifiers ) :
20- ~ words defined by the programmer to refer to an object
21- or variable.
19+ ~ words defined by the programmer to refer to an object or variable.
2220
2321Operations:
2422~
@@ -66,8 +64,7 @@ Operations:
6664~ the act of giving a value to an identifier
6765
6866[ Implicit Conversion] ( https://csci-1301.github.io/book.html#implicit-and-explicit-conversions-between-datatypes ) :
69- ~ the act of automatically storing the value of
70- one identifier into another identifier that differs from its own
67+ ~ the act of automatically storing the value of one identifier into another identifier that differs from its own
7168
7269[ Explicit Conversion (casting)] ( https://csci-1301.github.io/book.html#implicit-and-explicit-conversions-between-datatypes ) :
7370~ the act of storing the value of one
You can’t perform that action at this time.
0 commit comments