HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/debout/debout.nl/vendor/scrivo/highlight.php/test/markup/pony/method.expect.txt
<span class="hljs-keyword">fun</span> foo(bar: <span class="hljs-type">String</span>): <span class="hljs-type">String</span> =&gt;
  bar + <span class="hljs-string">"baz"</span>

<span class="hljs-keyword">new</span> create(hunger: <span class="hljs-type">I32</span>) =&gt;
  _hunger = hunger

<span class="hljs-keyword">be</span> feed(food: <span class="hljs-type">I32</span>) =&gt;
  _hunger = _hunger - food