- # -*- mode: snippet -*-
- # name: pn1print
- # group: pigsnose
- # key: pn1print
- # expand-env: (yas-indent-line fixed)
- # --
- -- @pn1print
- let p = s "print" -- (3) "{print, wobble}" -- (4) "wobble"
- in d'print $ cf $
- -- jux (slow 1.1) $ -- (2)
- slow 2.5 . striate 6 $ p
- -- # vowel (slow 3 "a e i") -- (1)
|