|
|

This is only a preview of the paper Click here to register and get the full text. Existing members click here to login
|
|
|
delimited word (or an empty string if the cursor happens to be on whitespace). Here's a subtle one: current(/..../) divides the line into 4-character chunks and returns the chunk containing the cursor, or "" if the cursor is located after the last complete chunk. Using strings instead of literal regular expressions, current("/.") would return the current character, exactly like current(/./). In fact, the current() function can't tell the difference between them, because of the way that regular expressions are parsed. ascii(string) Return the ASCII value (as a decimal number) of the first character in the string. newbuffer(name) When invoked with the name of an existing buffer, this function returns "". However, if invoked with the name of a nonexistent buffer, then it creates that buffer and returns the name of it. If the requested name is "" (or is simply omitted) then elvis will create a buffer with a unique name, and return that.
Approximate Word count = 562 Approximate Pages = 2.2 (250 words per page double spaced)
|
|
|
|
|
|