Revision [13088]

This is an old revision of SandBox made by 85.160.64.10 on 2006-02-06 21:37:03.

 

Cucc


Test your formatting skills here


See also:

Note: this server is configured to use a western charset encoding (ISO-8859-1). This results in non-western characters being stored as unicode entities and displayed as such in the edit screen. To learn more on different charset support, please refer to WikkaLocalization.
Read this first
You are free to play with Wikka's FormattingRules syntax on this page. Double click anywhere to open the edit screen.
Please do not remove the main header and this paragraph while editing the page and start editing under the horizontal rule BELOW
 





hello

there

"Hello Heading"



Test

Test

cool

interesting
italic
  1. AAARRGGG
  1. Frank
  1. Monk monkey monk monk.
  1. Yoda one two three


because this server is configu because this server is configu because this server is configu

Press ANY KEY

http://example.com/
Testing 123

asdfdffa
Push my BUTTON

  1. <?php
  2. echo "hello world";
  3. if ($toto == 1) {
  4.   $titi = 2;
  5. } else {
  6.   $titi = 3;
  7. }
  8. ?>


  1. main() {
  2.   printf("Hello World\n");
  3. }


  1. #!/usr/bin/perl -w
  2. ##
  3. # This is a simple test file.
  4.  
  5. # Pragmas.
  6. use strict;
  7.  
  8. ##
  9. # Prototypes.
  10. sub testDisplay($$);
  11. sub employee();
  12. sub company();
  13.  
  14. ##
  15. # Setup.
  16. # The company name.
  17. my $company_ = "";
  18. # The employee.
  19. my $employee_ = "";
  20.  
  21. ##
  22. # Main.
  23.  
  24. # Set the employee.
  25. employee("Dan");
  26. # Set the company.
  27. company("FV");
  28. # Call the test display function.
  29. testDisplay(company(), employee());
  30.  
  31. ##
  32. # Sub functions.
  33.  
  34. ##
  35. # Prints a test message to the screen.
  36. # Parameters:
  37. #   $company The company name.
  38. sub testDisplay($$) {
  39.   my $company = shift;
  40.   my $employee = shift;
  41.   print "$employee works for $company\n";
  42. }
  43.  
  44. ##
  45. # Set/Get employee.
  46. # Optional parameter:
  47. #   $employee Sets the employee
  48. # Output:
  49. #   $employee_ The current value of $employee_
  50. sub employee() {
  51.   $employee_ = shift if (@_);
  52.   return $employee_;
  53. }
  54.  
  55. ##
  56. # Set/Get company.
  57. # Optional parameter:
  58. #   $company Sets the company
  59. # Output:
  60. #   $company_ The current value of $company_
  61. sub company() {
  62.   $company_ = shift if (@_);
  63.   return $company_;
  64. }


testing 'indent' feature


русский язык

this is bold i think or not because my code is here right? a button%#! Hella cool.

Testing file
Unknown action ""file""

DVD logo

Artic Monkeys
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki