4 lines
266 B
Common Lisp
4 lines
266 B
Common Lisp
(h1 (say_hi)) ; plugins with no parameters
|
|
(say_hi_with_params (text "jeff")) ; plugins with parameters
|
|
(pre (say_hi_multiple (text "abcd") (text "xyz"))) ; mutliple parameters in plugins
|
|
(pre (code (read_file (text ".gitignore")))) ; slightly more advanced plugins
|