Editing User:KaKiLa
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 41: | Line 41: | ||
endfunction | endfunction | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
+ | |||
+ | == getting help == | ||
+ | # know the function --> <code>help function_name</code> or <code>help function_name</code>. | ||
+ | # Know what to do but not the function name --> <code>lookfor what_to_do</code>. | ||
+ | # Can't remember the fullname of a function (or have a guess) --> partial_name_of_function then press <TAB-key> twice | ||
+ | # Did it once but can't remeber --> <Ctrl>+<R> to search the history. | ||
= TODO list = | = TODO list = |