ilgFoldLine
ilgFoldLine( [x_column] [x_row] ) =>t/nil
Description
Folds a document block in SKILL IDE at (x_column x_row) where (x_column x_row) is the location of an opening parenthesis. If this function is called without arguments, the current cursor location is used for computing (x_column x_row).
Arguments
Value Returned
Examples
[-]defun(test (x y "xx")
"test function"
x + y
4 )
ilgFoldLine(6 1)
=> t
Related Topics
Return to top