;+ ; NAME: ; CR ; ; PURPOSE: ; Returns the ASCII CR (carriage return) character. ; ; CATEGORY: ; Put a category (or categories) here. For example: ; Widgets. ; ; CALLING SEQUENCE: ; ; Result = TAB() ; ; ; MODIFICATION HISTORY: ; Written by: Leslie Young, Oct, 2010. ; Based on tab, written by: Han Wen, June, 1994. ;- function cr return, string(10b) end