SYNTAX!!!!!!!!!!!

Descrição

YOU NEED TO KNOW THESE
13.thompson
FlashCards por 13.thompson, atualizado more than 1 year ago
13.thompson
Criado por 13.thompson mais de 10 anos atrás
10
0

Resumo de Recurso

Questão Responda
# Comment a note for humans that is ignored by the computer.
Variable= A Named value that can be changed.
"String" A Variable that holds "text"
Function( inputs ) A named command() that may take inputs and/or return an output
Operands + - * / =
Integer Whole number 1 nNumber
Float Decimal number 1.0 fNumber
Boolean Either True or false bName
String Variable that holds "Text" strText