# -*- mode: snippet -*-
# name: Prints a value to System.out
# key: soutv
# --
println("$0 = ${$0}")