Revision [13596]

This is an old revision of SandBox made by 24.4.117.21 on 2006-03-21 20:27:21.

 

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
 




Here we are

Let's see habla habla espanol
Spell this : TNSLPPTSO Yeah!
Woha!


Well, are you writing? Beautiful!

Gulp!



test de mise en boite


SO, how does this work?

And here

And Here

  1. Number list 1
  1. Number 2
  1. Number 3

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. }

testpage3



::this is a test of the emergency broadcast system.::
::this is another test of the emergency broadcast system.::

hello

tresure

abcdefg

trust factor

<frank>


TestTest
UserSettings
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki