notepad-plus-plus/lexilla/test/examples/julia/x.jl

20 lines
291 B
Julia
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Comment here
const bar = '\n'
"""
test_fun(a::Int)
For test only
"""
function test_fun(a::Int, b::T) where T <: Number
println(a)
println("foo $(bar)")
end
@enum Unicode α=1 β=2
res = [i for i in 1:10]
#= Dummy function =#
test_fun²(:sym, true, raw"test", `echo 1`)