CyberCodes
Basic For Programming Welcome

Reminders sa mga rehistradong myembro:

•ang lengwahe na gagamitin ay pawang english at tagalog lamang

•Bawal po dito ang pakikipag away

•Bawal ang mga shorcut na mga words
Example: txt, Pwd, at iba pa

•Bawal mababastos at masasakit na salita o anu mang makakasakit
ng damdamin ng isang myembro ng forum na ito

•use the "like" button if the post of the following user you think are usefull



Join the forum, it's quick and easy

CyberCodes
Basic For Programming Welcome

Reminders sa mga rehistradong myembro:

•ang lengwahe na gagamitin ay pawang english at tagalog lamang

•Bawal po dito ang pakikipag away

•Bawal ang mga shorcut na mga words
Example: txt, Pwd, at iba pa

•Bawal mababastos at masasakit na salita o anu mang makakasakit
ng damdamin ng isang myembro ng forum na ito

•use the "like" button if the post of the following user you think are usefull

CyberCodes
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 mitha Sat Jun 30, 2012 9:38 pm

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
mitha
mitha
Gallery Moderator
Gallery Moderator

Posts : 42
Credits : 1113
Fame : 17
Join date : 2012-06-23
Age : 29

Back to top Go down

Back to top

- Similar topics

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