Files
2024-04-30 07:08:23 +02:00

7 lines
126 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: cond
# key: cond
# --
(cond
(${1:condition} ${2:body})$0)