Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/golo/default.txt

16 lines
202 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
module hello
function dyno = -> DynamicObject()
struct human = { name }
@annotated
function main = |args| {
let a = 1
var b = 2
println("hello")
let john = human("John Doe")
}