Difference between revisions of "Sandbox"

From Anarchy Online Wiki [AOWiki]
 
Line 5: Line 5:
 
print 'salut'
 
print 'salut'
 
prout.test()
 
prout.test()
 +
</syntaxhighlight>
 +
 +
<syntaxhighlight lang="bash">
 +
ls /tmp
 +
cd /
 +
cat /etc/prout
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 16:13, 25 July 2018

  • This page can be used to test Mediawiki syntax and features

<syntaxhighlight lang="python"> import prout print 'salut' prout.test() </syntaxhighlight>

<syntaxhighlight lang="bash"> ls /tmp cd / cat /etc/prout </syntaxhighlight>