This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pigs-nose-ep/snippets/pn1print
T

13 lines
312 B
Plaintext
Raw Normal View History

2017-06-10 15:36:35 +01:00
# -*- 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)