# -*- mode: snippet -*-
|
|
# name: for in pairs
|
|
# key: pairs
|
|
# --
|
|
for ${1:name}, ${2:val} in pairs(${3:table_name}) do
|
|
$0
|
|
end
|