default.txt 590 B

12345678910111213141516171819202122232425262728293031323334
  1. @CLASS
  2. base
  3. @USE
  4. module.p
  5. @BASE
  6. class
  7. # Comment for code
  8. @create[aParam1;aParam2][local1;local2]
  9. ^connect[mysql://host/database?ClientCharset=windows-1251]
  10. ^for[i](1;10){
  11. <p class="paragraph">^eval($i+10)</p>
  12. ^connect[mysql://host/database]{
  13. $tab[^table::sql{select * from `table` where a='1'}]
  14. $var_Name[some${value}]
  15. }
  16. }
  17. ^rem{
  18. Multiline comment with code: $var
  19. ^while(true){
  20. ^for[i](1;10){
  21. ^sleep[]
  22. }
  23. }
  24. }
  25. ^taint[^#0A]
  26. @GET_base[]
  27. ## Comment for code
  28. # Isn't comment
  29. $result[$.hash_item1[one] $.hash_item2[two]]