Advertisement
Xplosive_

Untitled

Mar 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Variables
  2. ---------
  3. Declaring a variable
  4. $/Hello Word/'var1'
  5. $ = Variable type "$" is a string variable
  6. // = container for variable
  7. '' = Identifier
  8. Creating arrays
  9. $!/hey//how//are//you/!'var2'
  10. !! = determines that variable is an array
  11. displaying using variables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement