Add '@' documentation to dfhack.lua

develop
Lethosor 2014-09-14 11:50:03 -04:00
parent fadca0aef2
commit d21cd54648
1 changed files with 1 additions and 0 deletions

@ -295,6 +295,7 @@ function dfhack.interpreter(prompt,hfile,env)
" '= foo' => '_1,_2,... = foo'\n"..
" '! foo' => 'print(foo)'\n"..
" '~ foo' => 'printall(foo)'\n"..
" '@ foo' => 'printall_ipairs(foo)'\n"..
"All of these save the first result as '_'.")
print_banner = false
end