Example Syntax Highlighter Demo (Lava)

This page loads a short script from the examples folder and highlights it using syntax-highlighting.json.

extend("net")

net:ping([
  dest: "cube.nu11.uk",
  count: 5
], sput)

localhost_ping = net:ping("127.0.0.1", sput)

net:stop(localhost_ping)