rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/actionscript
2019-10-21 10:18:17 +02:00

5 lines
62 B
Plaintext

function hello(name:String):void
{
trace("hello " + name);
}