Donutz Zone
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BASIC FOR PROGRAMMING

Go down

BASIC FOR PROGRAMMING  Empty BASIC FOR PROGRAMMING

Post by Donutz Sat Nov 19, 2011 4:00 am

BASIC FOR PROGRAMMING

a "Variable" is a word or abbreviation that contains a value
a "statement" is a line of code that performs a command
a "constant" is like a variable except the value cannot change
an "array" is like a variable only holding many values instead of one(like a database)
a "declaration" is the act of declaring something
an "expression" is a statement that performs a calculation or results in a value
an "operator" is what is used to perform an expression
"truncation" is the result of rounding off the fractional part of a number
"demotion" occurs when reducing the size of a value
"promotion" is the exact opposite as demotion
a "comment" is a way to make notes in your code, and to instruct the parsing engine to ignore these lines
"branch" is know as an if or if/else statement
the "break" statement tells the code to exit the loop
a "loop" is a way to repeat code which are known to be while, do...while, for, and foreach
a "function" is a block of code that can be called at any point in the script
"scope" more or less refers to what can be accessed and where
Donutz
Donutz
Donutz-Zone Admin
Donutz-Zone Admin

Posts : 555
Points : 1456
Repute : 0
Join date : 2011-10-29
Age : 33
Location : C:/Program files/Donutz/Zone

https://dzone.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum