Weave.jl/test/documents/chunk_func.noweb

6 lines
42 B
Plaintext

Functions:
<<>>=
f(x)=x^2
println(f(2))
@