bberry/examples/plugins.lisp
2025-05-31 12:42:23 -04:00

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