watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
This articles covers terms used in scripting that are commonly not understood by learners. Here is a list and their simple definition:
- Argument - Usually anything inside a function's parenthesis; a function's local variable. ( function Hello(arguments), string.byte(argument), math.random(argument, argument) )
- Integer - A number with no decimal points. (24)
- Float - A number that has decimal points and usually has a long decimal. (24.24523534)
- Syntax - The style and setup of something. The proper way to script something.