Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
453 B

  1. Fagiano <- {
  2. livello2 = {
  3. livello3 = {
  4. [{}]="I'm cool",
  5. [([])]=[1,2,3,4,5,6,7,8,9,10],
  6. }
  7. }
  8. }
  9. function TestFunc(a,b)
  10. {
  11. local z=100
  12. local s="I'm a string"
  13. for(local i=0;i<10;i++)
  14. Fagiano.cappero(z,i);
  15. //index_that_desnt_exist=100; //error
  16. return 0;
  17. }
  18. function Fagiano::cappero(a,b)
  19. {
  20. local ueueueu=100
  21. local s={x="I'm a string"}
  22. oioioi(1,2)
  23. }
  24. function Fagiano::oioioi(a,b)
  25. {
  26. local frrrr=100
  27. local xyz={x="I'm a string"}
  28. }