OLD | NEW |
---|---|
(Empty) | |
1 has("mac") | |
2 exists("s:call_count") | |
3 | |
4 ---------------------------------------------------- | |
5 | |
6 [ | |
7 ["function", "has"], ["punctuation", "("], ["string", "\"mac\""], ["punc tuation", ")"], | |
8 ["function", "exists"], ["punctuation", "("], ["string", "\"s:call_count \""], ["punctuation", ")"] | |
9 ] | |
10 | |
11 ---------------------------------------------------- | |
12 | |
13 Checks for functions. | |
OLD | NEW |