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