Creado por Molly Hills
hace casi 10 años
|
||
Pregunta | Respuesta |
What is the difference between a Procedure and a Function? | A Function returns a Value |
Give an Example of a common Function | Random(x) |
How do you 'Call' the function? | Local answer put Function(x) into answer OR put answer + Function(x) into answer |
What is a 'Global' Scope? | A variable which can be used anywhere in the program |
What is a 'Local' Scope? | The variable only exists in the button press, procedure or function where it was created |
What is a Constant? | Similar to a variable but the value cannot be changed |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.