If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Object"

From SWRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<syntaxhighlight lang="uscript">
<syntaxhighlight lang="php">
struct Guid
<?php
{
  echo "Hallo Welt!";
var int A, B, C, D;
?>
};
</syntaxhighlight>
</syntaxhighlight>

Revision as of 05:22, 17 October 2017

<?php
  echo "Hallo Welt!";
?>