Skip to content

Examples

poggingfish edited this page Oct 12, 2022 · 1 revision

Hello world:

(exec(std.plsp))
(println(Hello,\s world!))

Addition:

(
    println(+(1)(2))
)

Functions:

(def (func)(0)(
(print(Hi\n))
))
(func)`
Clone this wiki locally