Files
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +01:00

7 lines
61 B
Plaintext

#name : if
# --
if (${1:result} ${2:!=} ${3:null}) {
$0
}